User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_paramspixel.greenmapzones

Table of Contents

ITGIS_ParamsPixel.GreenMapZones property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ParamsPixel.GreenMapZones | Methods | Properties

List of zones for mapping the green channel. Each entry consist of: "start_value,end_value,start_value_mapped,end_value_mapped". e.g., "0,255,64,127" will shrink the values.

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

Syntax

// C#
public TGIS_StringList GreenMapZones
{
  get {}
}
' VisualBasic
Public Property GreenMapZones As TGIS_StringList
  Get
  End Get
End Property
// Oxygene
public
  property GreenMapZones : TGIS_StringList read;

Value

2022/11/30 19:09

Page Tools