EmfPlusPaletteStyleFlags
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusPaletteStyleFlags extends System.Enum
The PaletteStyle flags specify properties of graphics palettes. These flags can be combined to specify multiple options.
Graphics palettes are specified by EmfPlusPalette objects.
Fields
Field | Description |
---|---|
PaletteStyleHasAlpha | If set, one or more of the palette entries MUST contain alpha transparency information. |
PaletteStyleGrayScale | If set, the palette MUST contain only grayscale entries. |
PaletteStyleHalftone | If set, the palette MUST contain discrete color values that can be used for halftoning. |
PaletteStyleHasAlpha
public static final int PaletteStyleHasAlpha
If set, one or more of the palette entries MUST contain alpha transparency information.
PaletteStyleGrayScale
public static final int PaletteStyleGrayScale
If set, the palette MUST contain only grayscale entries.
PaletteStyleHalftone
public static final int PaletteStyleHalftone
If set, the palette MUST contain discrete color values that can be used for halftoning.