Constructor and Description |
---|
EmfLogPalette() |
Modifier and Type | Method and Description |
---|---|
int[] |
getPaletteArgb32Entries()
Gets or sets an array of 32-bit ARGB colors.
|
short |
getVersion()
Gets or sets a 16-bit unsigned integer that specifies the version number of the system.
|
void |
setPaletteArgb32Entries(int[] value)
Gets or sets an array of 32-bit ARGB colors.
|
void |
setVersion(short value)
Gets or sets a 16-bit unsigned integer that specifies the version number of the system.
|
public short getVersion()
Gets or sets a 16-bit unsigned integer that specifies the version number of the system. This MUST be 0x0300.
public void setVersion(short value)
Gets or sets a 16-bit unsigned integer that specifies the version number of the system. This MUST be 0x0300.
public int[] getPaletteArgb32Entries()
Gets or sets an array of 32-bit ARGB colors.
public void setPaletteArgb32Entries(int[] value)
Gets or sets an array of 32-bit ARGB colors.