WmfSetPalentries
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfSetPalentries extends WmfObject
The META_SETPALENTRIES record defines RGB color values in a range of entries in the logical palette that is defined in the playback device context.
Constructors
| Constructor | Description |
|---|---|
| WmfSetPalentries() |
Methods
| Method | Description |
|---|---|
| getLogPalette() | Gets or sets the log palette. |
| setLogPalette(EmfLogPalette value) | Gets or sets the log palette. |
| getStart() | Gets or sets the start. |
| setStart(int value) | Gets or sets the start. |
WmfSetPalentries()
public WmfSetPalentries()
getLogPalette()
public EmfLogPalette getLogPalette()
Gets or sets the log palette.
Value: The logical palette.
Returns: EmfLogPalette
setLogPalette(EmfLogPalette value)
public void setLogPalette(EmfLogPalette value)
Gets or sets the log palette.
Value: The logical palette.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | EmfLogPalette |
getStart()
public int getStart()
Gets or sets the start.
Value: The start.
Returns: int
setStart(int value)
public void setStart(int value)
Gets or sets the start.
Value: The start.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |