BI_RLE4 top-level constant

int const BI_RLE4

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;