DIB_Color_Mode (Enums)
Last changed: -85.48.245.159

.
Summary
The format of the bmiColors member of the BITMAPINFO structure.

C# Definition:

enum DIB_Color_Mode : uint {
   DIB_RGB_COLORS = 0,
   DIB_PAL_COLORS = 1
}

VB Definition:

Enum DIB_Color_Mode As UInteger
    DIB_RGB_COLORS
    DIB_PAL_COLORS
End Enum

Notes:

None.

Documentation