| ContrastColor Enumeration |
The enumeration for all possible contrast colors.
Namespace: Flir.Atlas.Image.IsothermsAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public enum ContrastColor
Members
| Member name | Value | Description |
---|
| Red | 0 |
Red
|
| Blue | 1 |
Blue
|
| Green | 2 |
Green
|
| Yellow | 3 |
Yellow
|
| Cyan | 4 |
Cyan
|
| Magenta | 5 |
Magenta
|
| Grey | 6 |
Grey
|
| Palette1 | 7 |
Specifies an isotherm with taken from the palette.
|
| Palette2 | 8 |
Specifies an isotherm with taken from the palette.
|
| YCbCr | 9 |
Specifies an isotherm with YCbCr color.
|
See Also