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

NameValueDescription
PaletteStyleHasAlpha1If set, one or more of the palette entries MUST contain alpha transparency information.
PaletteStyleGrayScale2If set, the palette MUST contain only grayscale entries.
PaletteStyleHalftone4If set, the palette MUST contain discrete color values that can be used for halftoning.

Remarks

Graphics palettes are specified by EmfPlusPalette objects.

See Also