Interface RGB24Image

All Superinterfaces:
ByteChannelImage, IntegerImage, PixelImage, RGBImage, RGBIndex, RGBIntegerImage
All Known Implementing Classes:
BufferedRGB24Image, MemoryRGB24Image

public interface RGB24Image extends ByteChannelImage, RGBIntegerImage
An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).
Author:
Marco Schmidt