com.aspose.imaging.interfaces
Interface IPsdColorPalette

All Superinterfaces:
IColorPalette
All Known Implementing Classes:
PsdColorPalette

public interface IPsdColorPalette
extends IColorPalette

The pasd color palette


Method Summary
 byte[] getRawEntries()
           
 int getRawEntriesCount()
           
 Color getTransparentColor()
           
 short getTransparentIndex()
           
 boolean hasTransparentColor()
           
 
Methods inherited from interface com.aspose.imaging.interfaces.IColorPalette
getColor, getEntries, getEntriesCount, getNearestColorIndex
 

Method Detail

getRawEntries

byte[] getRawEntries()

getRawEntriesCount

int getRawEntriesCount()

getTransparentColor

Color getTransparentColor()

getTransparentIndex

short getTransparentIndex()

hasTransparentColor

boolean hasTransparentColor()