public final class EmfSetPaletteEntries extends EmfObjectManipulationRecordType
The EMR_SETPALETTEENTRIES record defines RGB color values in a range of entries for an existing LogPalette (section 2.2.17) object.
Constructor and Description |
---|
EmfSetPaletteEntries(EmfRecord source)
Initializes a new instance of the
EmfSetPaletteEntries class. |
Modifier and Type | Method and Description |
---|---|
int[] |
getArgb32PalEntries()
Gets or sets an array of LogPaletteEntry (section 2.2.18) objects, of
NumberOfEntries length, which specifies the palette entry data.
|
int |
getIhPal()
Gets or sets a 32-bit unsigned integer that specifies the palette EMF Object Table index.
|
int |
getNumberofEntries()
Gets or sets a 32-bit unsigned integer that specifies the number of entries.
|
int |
getStart()
Gets or sets a 32-bit unsigned integer that specifies the index of the first entry to set.
|
void |
setArgb32PalEntries(int[] value)
Gets or sets an array of LogPaletteEntry (section 2.2.18) objects, of
NumberOfEntries length, which specifies the palette entry data.
|
void |
setIhPal(int value)
Gets or sets a 32-bit unsigned integer that specifies the palette EMF Object Table index.
|
void |
setNumberofEntries(int value)
Gets or sets a 32-bit unsigned integer that specifies the number of entries.
|
void |
setStart(int value)
Gets or sets a 32-bit unsigned integer that specifies the index of the first entry to set.
|
public EmfSetPaletteEntries(EmfRecord source)
Initializes a new instance of the EmfSetPaletteEntries
class.
source
- The source.public int getIhPal()
Gets or sets a 32-bit unsigned integer that specifies the palette EMF Object Table index.
public void setIhPal(int value)
Gets or sets a 32-bit unsigned integer that specifies the palette EMF Object Table index.
public int getStart()
Gets or sets a 32-bit unsigned integer that specifies the index of the first entry to set.
public void setStart(int value)
Gets or sets a 32-bit unsigned integer that specifies the index of the first entry to set.
public int getNumberofEntries()
Gets or sets a 32-bit unsigned integer that specifies the number of entries.
public void setNumberofEntries(int value)
Gets or sets a 32-bit unsigned integer that specifies the number of entries.
public int[] getArgb32PalEntries()
Gets or sets an array of LogPaletteEntry (section 2.2.18) objects, of NumberOfEntries length, which specifies the palette entry data. The Values members do not contain any values.
public void setArgb32PalEntries(int[] value)
Gets or sets an array of LogPaletteEntry (section 2.2.18) objects, of NumberOfEntries length, which specifies the palette entry data. The Values members do not contain any values.