FreeImage.BI_BITFIELDS Field

FreeImage.NET

FreeImageBI_BITFIELDS Field
Specifies that the bitmap is not compressed and that the color table consists of three DWORD color masks that specify the red, green, and blue components, respectively, of each pixel. This is valid when used with 16- and 32-bpp bitmaps.

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

Field Value

Type: Int32
See Also