public interface IPsdColorPalette extends IColorPalette
The psd 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.
|
int |
getTransparentArgbColor()
Gets the transparent color.
|
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.
boolean hasTransparentColor()
Gets a value indicating whether transparent color exists.
true
if transparent color exists; otherwise, false
.Color getTransparentColor()
Gets the transparent color.
int getTransparentArgbColor()
Gets the transparent color.
byte[] getRawEntries()
Gets the raw color palette entries data.
int getRawEntriesCount()
Gets the raw color palette entries count.