public final class WmfColorUsageEnum
extends com.aspose.ms.System.Enum
The ColorUsage Enumeration specifies whether a color table exists in a device-independent bitmap(DIB) and how to interpret its values.
Modifier and Type | Field and Description |
---|---|
static int |
DIB_PAL_COLORS
The color table contains 16-bit indices into the current logical palette in the playback device context.
|
static int |
DIB_PAL_INDICES
No color table exists.
|
static int |
DIB_RGB_COLORS
The color table contains RGB values specified by RGBQuad Objects (section 2.2.2.20).
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int DIB_RGB_COLORS
The color table contains RGB values specified by RGBQuad Objects (section 2.2.2.20).
public static final int DIB_PAL_COLORS
The color table contains 16-bit indices into the current logical palette in the playback device context.
public static final int DIB_PAL_INDICES
No color table exists. The pixels in the DIB are indices into the current logical palette in the playback device context.