User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.getcolorramp_single

Table of Contents

TGIS_LayerPixel.GetColorRamp method

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

Calculates default color ramp RGB values.

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

Syntax

// Delphi
public
  function GetColorRamp(
    const _val : Single
  ) : TGIS_Color; virtual;
// C++ Builder
public:
  virtual TGIS_Color* GetColorRamp(
    const float _val
  );

Parameters

Name Type Description
_val Single grid value for which color will be calculated

Result

Type Description
TGIS_Color calculated color
2022/11/16 01:19

Page Tools