public interface IPsdColorPalette extends IColorPalette
The pasd color palette
Modifier and Type | Method and Description |
---|---|
byte[] |
getRawEntries()
Gets the raw color palette entries data.
|
int |
getRawEntriesCount()
Gets the raw color palette entries count.
|
Color |
getTransparentColor()
Gets the transparent color.
|
short |
getTransparentIndex()
Gets the index of the transparent color.
|
boolean |
hasTransparentColor()
Gets a value indicating whether transparent color exists.
|
getArgb32Color, getArgb32Entries, getColor, getEntries, getEntriesCount, getNearestColorIndex, getNearestColorIndex, isCompactPalette
short getTransparentIndex()
Gets the index of the transparent color.
Value: The index of the transparent color.boolean hasTransparentColor()
Gets a value indicating whether transparent color exists.
Value:true
if transparent color exists; otherwise, false
.Color getTransparentColor()
Gets the transparent color.
Value: The transparent color.byte[] getRawEntries()
Gets the raw color palette entries data.
Value: The raw color palette entries data.int getRawEntriesCount()
Gets the raw color palette entries count.
Value: The raw color palette entries count.