Package net.sourceforge.jiu.data
Interface PalettedImage
-
- All Known Subinterfaces:
Paletted8Image,PalettedIntegerImage
- All Known Implementing Classes:
MemoryPaletted8Image
public interface PalettedImageThis interface defines methods for paletted images. The image data of paletted images are usually integer numbers. Those numbers are index values into a list of colors called the palette or color map. This way, for images with few colors relatively small integers can be used as samples.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PalettegetPalette()Gets the palette of this image.voidsetPalette(Palette palette)Sets the palette of this image to the argument palette object.
-