| ColorDistribution Enumeration |
Specifies the color distributions of the Thermal image.
Namespace: Flir.Atlas.ImageAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public enum ColorDistribution
Members
| Member name | Value | Description |
---|
| TemperatureLinear | 0 |
This is an image-displaying method that distributes the colors according to temperature.
|
| HistogramEqualization | 1 |
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.
|
| SignalLinear | 2 |
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