DK11 for .NET | TatukGIS.NDK.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.
// 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;
Type |
---|
TStringList TGIS_StringList |
Colors can be expressed as
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).