DK11 for Delphi | GisTypesUI.TGIS_ColorInterpolationMode | Enums
Defines color interpolation method.
// Delphi type TGIS_ColorInterpolationMode = ( RGB, HSL, None, HSL360, HCL );
// C++ Builder enum DECLSPEC_DENUM TGIS_ColorInterpolationMode unsigned short { RGB, HSL, None, HSL360, HCL };
Name | Value | Description | |
---|---|---|---|
RGB | Alpha, red, green and blue components interpolation. | ||
HSL | Alpha, hue, saturation and lightness components interpolation. | ||
None | No interpolation, discrete colors are used. | ||
HSL360 | Alpha, hue, saturation and lightness components interpolation. This method forcess the hue for the color to go through 360. | ||
HCL | Alpha, Hue, Chroma, Luminance components interpolation. | ||