Click or drag to resize
ColorDistribution Enumeration
Specifies the color distributions of the Thermal image.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public enum ColorDistribution
Members
  Member nameValueDescription
TemperatureLinear0 This is an image-displaying method that distributes the colors according to temperature.
HistogramEqualization1 This is an image-displaying method that evenly distributes the color information over the existing temperatures of the image. This method to distribute the information can be particularly successful when the image contains few peaks of very high temperature values.
SignalLinear2 This is an image-displaying method where the color information in the image is distributed linear to the signal values of the pixels.
See Also