Enum EmfPlusPaletteStyleFlags
EmfPlusPaletteStyleFlags enumeration
The PaletteStyle flags specify properties of graphics palettes. These flags can be combined to specify multiple options.
[Flags]
public enum EmfPlusPaletteStyleFlags
Values
| Name | Value | Description |
|---|---|---|
| PaletteStyleHasAlpha | 1 | If set, one or more of the palette entries MUST contain alpha transparency information. |
| PaletteStyleGrayScale | 2 | If set, the palette MUST contain only grayscale entries. |
| PaletteStyleHalftone | 4 | If set, the palette MUST contain discrete color values that can be used for halftoning. |
Remarks
Graphics palettes are specified by EmfPlusPalette objects.
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging