DK11 for Delphi | GisTypesUI.TGIS_ColorSchema | Enums
Color schema types.
// Delphi type TGIS_ColorSchema = ( Diverging, Qualitative, Sequential, Miscellaneous );
// C++ Builder enum DECLSPEC_DENUM TGIS_ColorSchema unsigned short { Diverging, Qualitative, Sequential, Miscellaneous };
Name | Value | Description | |
---|---|---|---|
Diverging | Diverging type put equal emphasis on mid-range critical values and extremes at both ends of the data range. | ||
Qualitative | Qualitative type is suited to representing nominal or categorical data. | ||
Sequential | Sequential type is suited to ordered data that progress from low to high. | ||
Miscellaneous | Other color ramps not matching the main categories. | ||