Interface RGBIntegerImage

All Superinterfaces:
IntegerImage, PixelImage, RGBImage, RGBIndex
All Known Subinterfaces:
RGB24Image, RGB48Image
All Known Implementing Classes:
BufferedRGB24Image, MemoryRGB24Image, MemoryRGB48Image

public interface RGBIntegerImage extends IntegerImage, RGBImage
An interface for RGB truecolor images that have integer samples. A combination of IntegerImage and RGBImage.
Since:
0.9.0
Author:
Marco Schmidt