ColorDepth
ColorDepth enumeration
Utility class containing constants. Enumerates Bit Depth Type for tiff image.
Values
| Name | Description |
|---|---|
| DEFAULT | Default value, not set value. |
| FORMAT_1_BPP | 1 bit per pixel |
| FORMAT_4_BPP | 4 bits per pixel |
| FORMAT_8_BPP | 8 bits per pixel |
| FORMAT_24_BPP | 24 bits per pixel |
| FORMAT_32_BPP | 32 bits per pixel |