DK11 for ActiveX | TatukGIS_XDK11.TGIS_PixelBandSet | Enums
Definition of how layer should be interpreted
// C# public enum TGIS_PixelBandSet { Unknown = 0, Rgb = 1, Argb = 2, Greyscale = 3, Negative = 4, Dem = 5 }
' VisualBasic Public Enum TGIS_PixelBandSet Unknown = 0 Rgb = 1 Argb = 2 Greyscale = 3 Negative = 4 Dem = 5 End Enum
// Oxygene type TGIS_PixelBandSet = public ( Unknown = 0, Rgb = 1, Argb = 2, Greyscale = 3, Negative = 4, Dem = 5 );
Name | Value | Description | |
---|---|---|---|
Unknown | 0 | Unknown definition. | |
Rgb | 1 | Interpret layer as color RGB image. | |
Argb | 2 | Interpret layer as color ARGB image. | |
Greyscale | 3 | Interpret layer as greyscale image. | |
Negative | 4 | Interpret layer as greyscale image with reverted luminance. | |
Dem | 5 | Interpret layer as grid (digital elevation model). | |