User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_paramspixel.fullrgbmapzones

Table of Contents

ITGIS_ParamsPixel.FullRGBMapZones property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ParamsPixel.FullRGBMapZones | 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: Delphi | .NET | Java | Python.

Syntax

// C#
public TGIS_StringList FullRGBMapZones
{
  get {}
}
' VisualBasic
Public Property FullRGBMapZones As TGIS_StringList
  Get
  End Get
End Property
// Oxygene
public
  property FullRGBMapZones : TGIS_StringList 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).

2022/11/30 19:09

Page Tools