DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerPixel.GenerateRampEx_2 | Methods | Properties
Generates a grid ramp from a mapped color array.
// C# public void GenerateRampEx_2( double _minValue, double _maxValue, ITGIS_ColorMapArray _colorMap, ITGIS_ParamsSectionPixel _params, TGIS_ColorInterpolationMode _cInterpMode );
' VisualBasic Public Sub GenerateRampEx_2( ByVal _minValue As Double, ByVal _maxValue As Double, ByVal _colorMap As ITGIS_ColorMapArray, ByVal _params As ITGIS_ParamsSectionPixel, ByVal _cInterpMode As TGIS_ColorInterpolationMode )
// Oxygene public procedure GenerateRampEx_2( _minValue : Double; _maxValue : Double; _colorMap : ITGIS_ColorMapArray; _params : ITGIS_ParamsSectionPixel; _cInterpMode : TGIS_ColorInterpolationMode );
Name | Type | Description |
---|---|---|
_minValue | double Double | minimum value |
_maxValue | double Double | maximum value |
_colorMap | ITGIS_ColorMapArray | mapped color array |
_params | ITGIS_ParamsSectionPixel | parameters to be altered, if nil then a layer parameters will be altered |
_cInterpMode | TGIS_ColorInterpolationMode | color space for color interpolation |