IPsdColorPalette
All Implemented Interfaces: com.aspose.psd.IColorPalette
public interface IPsdColorPalette extends IColorPalette
The pasd color palette
Methods
Method | Description |
---|---|
getRawEntries() | Gets the raw color palette entries data. |
getRawEntriesCount() | Gets the raw color palette entries count. |
getTransparentColor() | Gets the transparent color. |
getTransparentIndex() | Gets the index of the transparent color. |
hasTransparentColor() | Gets a value indicating whether transparent color exists. |
getRawEntries()
public abstract byte[] getRawEntries()
Gets the raw color palette entries data.
Value: The raw color palette entries data.
Returns: byte[]
getRawEntriesCount()
public abstract int getRawEntriesCount()
Gets the raw color palette entries count.
Value: The raw color palette entries count.
Returns: int
getTransparentColor()
public abstract Color getTransparentColor()
Gets the transparent color.
Value: The transparent color.
Returns: Color
getTransparentIndex()
public abstract short getTransparentIndex()
Gets the index of the transparent color.
Value: The index of the transparent color.
Returns: short
hasTransparentColor()
public abstract boolean hasTransparentColor()
Gets a value indicating whether transparent color exists.
Value: true if transparent color exists; otherwise, false .
Returns: boolean