com.aspose.imaging.interfaces
Interface IColorPalette

All Known Subinterfaces:
IPsdColorPalette
All Known Implementing Classes:
ColorPalette, PsdColorPalette

public interface IColorPalette

The color palette interface.


Method Summary
 Color getColor(int index)
           
 Color[] getEntries()
           
 int getEntriesCount()
           
 int getNearestColorIndex(Color color)
           
 

Method Detail

getColor

Color getColor(int index)

getEntries

Color[] getEntries()

getEntriesCount

int getEntriesCount()

getNearestColorIndex

int getNearestColorIndex(Color color)