public final class EmfPlusPalette extends EmfPlusStructureObjectType
The EmfPlusPalette object specifies the colors that make up a palette.
Constructor and Description |
---|
EmfPlusPalette() |
Modifier and Type | Method and Description |
---|---|
int[] |
getArgb32Entries()
Gets or sets the palette entries.
|
int |
getPaletteStyleFlags()
Gets or sets the palette style flags.
|
void |
setArgb32Entries(int[] value)
Gets or sets the palette entries.
|
void |
setPaletteStyleFlags(int value)
Gets or sets the palette style flags.
|
public int getPaletteStyleFlags()
Gets or sets the palette style flags.
Value: PaletteStyleFlags (4 bytes): A 32-bit unsigned integer that specifies the attributes of data in the palette. This value MUST be composed ofEmfPlusPaletteStyleFlags
flags.public void setPaletteStyleFlags(int value)
Gets or sets the palette style flags.
Value: PaletteStyleFlags (4 bytes): A 32-bit unsigned integer that specifies the attributes of data in the palette. This value MUST be composed ofEmfPlusPaletteStyleFlags
flags.public int[] getArgb32Entries()
Gets or sets the palette entries.
Value: PaletteEntries (variable): An array of PaletteCount 32-bit ARGB objects that specify the data in the palette.public void setArgb32Entries(int[] value)
Gets or sets the palette entries.
Value: PaletteEntries (variable): An array of PaletteCount 32-bit ARGB objects that specify the data in the palette.