Class EmfPlusPalette
The EmfPlusPalette object specifies the colors that make up a palette.
public sealed class EmfPlusPalette : EmfPlusStructureObjectType
- Inheritance
-
EmfPlusPalette
- Inherited Members
Constructors
EmfPlusPalette()
public EmfPlusPalette()
Properties
Argb32Entries
Gets or sets the palette entries.
public int[] Argb32Entries { get; set; }
Property Value
- int[]
PaletteEntries (variable): An array of PaletteCount 32-bit ARGB objects that specify the data in the palette.
PaletteStyleFlags
Gets or sets the palette style flags.
public EmfPlusPaletteStyleFlags PaletteStyleFlags { get; set; }
Property Value
- EmfPlusPaletteStyleFlags
PaletteStyleFlags (4 bytes): A 32-bit unsigned integer that specifies the attributes of data in the palette. This value MUST be composed of EmfPlusPaletteStyleFlags flags.