BI_RLE4 top-level constant Null safety
An RLE format for bitmaps with 4 bpp. The compression format is a two-byte format consisting of a count byte followed by two word-length color indexes.
Implementation
const BI_RLE4 = 2;
An RLE format for bitmaps with 4 bpp. The compression format is a two-byte format consisting of a count byte followed by two word-length color indexes.
const BI_RLE4 = 2;