public abstract class Palette extends Object
Constructor and Description |
---|
Palette() |
Modifier and Type | Method and Description |
---|---|
void |
dump() |
abstract int |
getEntry(int index) |
abstract int |
getPaletteIndex(int rgb) |
abstract int |
length() |
public abstract int getPaletteIndex(int rgb) throws ImageWriteException
ImageWriteException
public abstract int getEntry(int index)
public abstract int length()
public void dump()
Copyright © 2007-2012. All Rights Reserved.