BI_RLE4 top-level constant

  1. @Deprecated('Use BI_COMPRESSION.BI_RLE4 instead')
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

@Deprecated('Use BI_COMPRESSION.BI_RLE4 instead')
const BI_RLE4 = 2;