User Tools

Site Tools


api:dk11:delphi:gisparams.tgis_paramspixel.fullrgbmapzones

Table of Contents

TGIS_ParamsPixel.FullRGBMapZones property

DK for Delphi | GisParams.TGIS_ParamsPixel.FullRGBMapZones | Constructors | Methods | Properties

List of zones for mapping the full color (RGB). Each entry consist of: "start_color,end_color, mapped_color". e.g., "$EFEFEF,$FFFFFF,$00FF00" will change white and White almost to green.

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

Syntax

// Delphi
public
  property FullRGBMapZones : TGIS_StringList read;
// C++ Builder
public:
  __property TGIS_StringList* FullRGBMapZones = {read};

Value

Remarks

Colors can be expressed as

  • hexadecimal RGB color ($0000FF for red)
  • integer RGB color (255 for red )
  • red:green:blue (255:0:0 for red)

If last parameter of the Zone is BGR (like $000000, $5F5f5f, BGR) then hexadecimal and integer values will be interpreted in BGR order ($0000FF for red).

2025/01/31 01:09

Page Tools