BI_BITFIELDS top-level constant

  1. @Deprecated('Use BI_COMPRESSION.BI_BITFIELDS instead')
int const BI_BITFIELDS

Specifies that the bitmap is not compressed and that the color masks for the red, green, and blue components of each pixel are specified in the bV5RedMask, bV5GreenMask, and bV5BlueMask members. This is valid when used with 16- and 32-bpp bitmaps.

Implementation

@Deprecated('Use BI_COMPRESSION.BI_BITFIELDS instead')
const BI_BITFIELDS = 3;