Bit-flag for the Red/Green/Blue (RGB) color format using 8-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 count and color index values.
Source position: lcltype.pp line 2155
const BI_RLE8 = 1; |
| Version 4.6 | Generated 2026-02-20 | Home |