Enum EmfDibColors
Enum EmfDibColors
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
The DIBColors enumeration defines how to interpret the values in the color table of a DIB.
public enum EmfDibColors
Fields
DIB_PAL_COLORS = 1
The 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_INDICES = 2
No color table exists. The pixels in the DIB are indices into the current logical palette in the playback device context.
DIB_RGB_COLORS = 0
The color table contains literal RGB values