FreeImage.BI_RLE4 Field

FreeImage.NET

FreeImageBI_RLE4 Field
An RLE format for bitmaps with 4 bpp. The compression format is a 2-byte format consisting of a count byte followed by two word-length color indexes.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public const int BI_RLE4

Field Value

Type: Int32
See Also