public final class EmfPlusPaletteStyleFlags
extends com.aspose.ms.System.Enum
The PaletteStyle flags specify properties of graphics palettes. These flags can be combined to specify multiple options.
Graphics palettes are specified by Objects.EmfPlusPalette
objects.
Modifier and Type | Field and Description |
---|---|
static int |
PaletteStyleGrayScale
If set, the palette MUST contain only grayscale entries.
|
static int |
PaletteStyleHalftone
If set, the palette MUST contain discrete color values that can be used for halftoning.
|
static int |
PaletteStyleHasAlpha
If set, one or more of the palette entries MUST contain alpha transparency information.
|
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 PaletteStyleHasAlpha
If set, one or more of the palette entries MUST contain alpha transparency information.
public static final int PaletteStyleGrayScale
If set, the palette MUST contain only grayscale entries.
public static final int PaletteStyleHalftone
If set, the palette MUST contain discrete color values that can be used for halftoning.