DK11 for Delphi | GisTypesUI.TGIS_PixelFormat | Enums
Platform independent pixel format specification
// Delphi type TGIS_PixelFormat = ( Bit1, Bit4, Bit8, RGB, ARGB, Custom );
// C++ Builder enum DECLSPEC_DENUM TGIS_PixelFormat unsigned short { Bit1, Bit4, Bit8, RGB, ARGB, Custom };
Name | Value | Description | |
---|---|---|---|
Bit1 | 1 bit per pixel. | ||
Bit4 | 4 bit per pixel. | ||
Bit8 | 8 bit per pixel. | ||
RGB | 24 bit per pixel in RGB. | ||
ARGB | 32 bit per pixels in ARGB. | ||
Custom | Custom for special use. | ||