Bit-flag for the Red/Green/Blue (RGB) color format using 4-bits per pixel run-length encoding (RLE) compression format in a bitmap image. Indicates that the image data contains a 2 byte RLE format with a count byte and two word-sized color index values.
Source position: lcltype.pp line 2156
const BI_RLE4 = 2; |
| Version 4.4 | Generated 2025-11-08 | Home |