WmfColorUsageEnum Enumeration

The ColorUsage Enumeration specifies whether a color table exists in a device-independent
bitmap(DIB) and how to interpret its values.

Module: aspose.imaging.fileformats.wmf.consts

Full Name: aspose.imaging.fileformats.wmf.consts.WmfColorUsageEnum

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
DIB_PAL_COLORSThe color table contains 16-bit indices into the current logical palette in the playback device context.
DIB_PAL_INDICESNo color table exists. The pixels in the DIB are indices into the current
logical palette in the playback device context.
DIB_RGB_COLORSThe color table contains RGB values specified by RGBQuad Objects (section 2.2.2.20).