DK11 for ActiveX | TatukGIS_XDK11.TGIS_PixelFilterColorSpace | Enums
Defines the color space in which the filter is to operate.
// C# public enum TGIS_PixelFilterColorSpace { RGB = 0, HSL = 1 }
' VisualBasic Public Enum TGIS_PixelFilterColorSpace RGB = 0 HSL = 1 End Enum
// Oxygene type TGIS_PixelFilterColorSpace = public ( RGB = 0, HSL = 1 );
Name | Value | Description | |
---|---|---|---|
RGB | 0 | Each color band of the image is processed separately. | |
HSL | 1 | Lightness is computed from the RGB bands, processed and transformed back to RGB. | |