Table of Contents

Enum EmfPlusPaletteStyleFlags

Namespace
Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly
Aspose.Imaging.dll

The PaletteStyle flags specify properties of graphics palettes. These flags can be combined to specify multiple options.

[Flags]
public enum EmfPlusPaletteStyleFlags

Fields

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.

PaletteStyleHasAlpha = 1

If set, one or more of the palette entries MUST contain alpha transparency information.

Remarks

Graphics palettes are specified by EmfPlusPalette objects.