BI_RLE8 top-level constant

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

A run-length encoded (RLE) format for bitmaps with 8 bpp. The compression format is a two-byte format consisting of a count byte followed by a byte containing a color index. If bV5Compression is BI_RGB and the bV5BitCount member is 16, 24, or 32, the bitmap array specifies the actual intensities of blue, green, and red rather than using color table indexes.

Implementation

@Deprecated('Use BI_COMPRESSION.BI_RLE8 instead')
const BI_RLE8 = 1;