DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.GenerateRampEx | Overloads | Constructors | Fields | Methods | Properties | Events
Generates a grid ramp from a mapped color array.
// Delphi public procedure GenerateRampEx( const _minValue : Double; const _maxValue : Double; const _colorMap : TGIS_ColorMapArray; const _params : TGIS_ParamsSectionPixel ); overload;
// C++ Builder public: void GenerateRampEx( const double _minValue, const double _maxValue, TGIS_ColorMapArray* const _colorMap, TGIS_ParamsSectionPixel* const _params ) /* overload */;
Name | Type | Description |
---|---|---|
_minValue | Double | minimum value |
_maxValue | Double | maximum value |
_colorMap | TGIS_ColorMapArray | mapped color array |
_params | TGIS_ParamsSectionPixel | parameters to be altered, if nil then a layer parameters will be altered |