DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.GetColorRamp | Constructors | Fields | Methods | Properties | Events
Calculates default color ramp RGB values.
// Delphi public function GetColorRamp( const _val : Single ) : TGIS_Color; virtual;
// C++ Builder public: virtual TGIS_Color* GetColorRamp( const float _val );
Name | Type | Description |
---|---|---|
_val | Single | grid value for which color will be calculated |
Type | Description |
---|---|
TGIS_Color | calculated color |