BMPDepthType

Description

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.

Static Properties

BMP_A1R5G5B5 readonly A1 R5 G5 B5 advanced bit depth specification.
BMP_A4R4G4B4 readonly A4 R4 G4 B4 advanced bit depth specification.
BMP_A8R8G8B8 readonly A8 R8 G8 B8 advanced bit depth specification (same as normal 32 bit mode)
BMP_R5G6B5 readonly R5 G6 B5 advanced bit depth specification.
BMP_R8G8B8 readonly R8 G8 B8 advanced bit depth specification (same as normal 24 bit mode)
BMP_X1R5G5B5 readonly X1 R5 G5 B5 advanced bit depth specification (same as normal 16 bit mode)
BMP_X4R4G4B4 readonly X4 R4 G4 B4 advanced bit depth specification.
BMP_X8R8G8B8 readonly X8 R8 G8 B8 advanced bit depth specification.
EIGHT readonly 8 bits depth.
FOUR readonly 4 bits depth.
ONE readonly 1 bit depth.
SIXTEEN readonly 16 bits depth.
THIRTYTWO readonly 32 bits depth.
TWENTYFOUR readonly 24 bits depth.