Enumeration
BMPDepthType
The number of bits per channel (also called pixel depth or color depth). The number selected indicates the exponent of 2. For example, a pixel with a bit-depth of EIGHT has 2-to-the-8th, or 256, possible color values.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 61 | readonly | A1 R5 G5 B5 advanced bit depth specification. | |
| Int = 64 | readonly | A4 R4 G4 B4 advanced bit depth specification. | |
| Int = 67 | readonly | A8 R8 G8 B8 advanced bit depth specification (same as normal 32 bit mode) | |
| Int = 62 | readonly | R5 G6 B5 advanced bit depth specification. | |
| Int = 65 | readonly | R8 G8 B8 advanced bit depth specification (same as normal 24 bit mode) | |
| Int = 60 | readonly | X1 R5 G5 B5 advanced bit depth specification (same as normal 16 bit mode) | |
| Int = 63 | readonly | X4 R4 G4 B4 advanced bit depth specification. | |
| Int = 66 | readonly | X8 R8 G8 B8 advanced bit depth specification. | |
| Int = 8 | readonly | 8 bits depth. | |
| Int = 4 | readonly | 4 bits depth. | |
| Int = 1 | readonly | 1 bit depth. | |
| Int = 16 | readonly | 16 bits depth. | |
| Int = 32 | readonly | 32 bits depth. | |
| Int = 24 | readonly | 24 bits depth. |
Object of 1
Properties elsewhere that hold an BMPDepthType value.