EmfDibColors

EmfDibColors enumeration

The DIBColors enumeration defines how to interpret the values in the color table of a DIB.

public enum EmfDibColors

Values

NameValueDescription
DIB_RGB_COLORS0The color table contains literal RGB values
DIB_PAL_COLORS1The color table consists of an array of 16-bit indexes into the LogPalette object (section 2.2.17) that is currently defined in the playback device context.
DIB_PAL_INDICES2No color table exists. The pixels in the DIB are indices into the current logical palette in the playback device context.

See Also