DK11 for Delphi | GisTypesUI.TGIS_ColorInterpolationMode | Enums
Defines color interpolation method.
// Delphi type TGIS_ColorInterpolationMode = ( RGB, HSL, None, HSL360 );
// C++ Builder enum DECLSPEC_DENUM TGIS_ColorInterpolationMode unsigned short { RGB, HSL, None, HSL360 };
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 fo the color to go through 360. | ||