User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.generaterampex_double_double_tgis_colormaparray_tgis_paramssectionpixel

Table of Contents

TGIS_LayerPixel.GenerateRampEx(Double; Double; TGIS_ColorMapArray; TGIS_ParamsSectionPixel) method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.GenerateRampEx | Overloads | Constructors | Fields | Methods | Properties | Events

Generates a grid ramp from a mapped color array.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// 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 */;

Parameters

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
2022/11/16 01:19

Page Tools