DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.MapGridValue | Constructors | Fields | Methods | Properties | Events
Maps grid value to pixel color.
// Delphi public function MapGridValue( const _params : TGIS_ParamsSectionPixel; const _val : Single ) : TGIS_Color; virtual;
// C++ Builder public: virtual TGIS_Color* MapGridValue( TGIS_ParamsSectionPixel* const _params, const float _val );
Name | Type | Description |
---|---|---|
_params | TGIS_ParamsSectionPixel | corresponding pixel parameters |
_val | Single | value |
Type | Description |
---|---|
TGIS_Color | pixel color. |