JIU 0.12.0 Homepage

net.sourceforge.jiu.data
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

Field Summary
 
Fields inherited from interface net.sourceforge.jiu.data.RGBIndex
INDEX_BLUE, INDEX_GREEN, INDEX_RED
 
Methods inherited from interface net.sourceforge.jiu.data.ByteChannelImage
clear, clear, getByteSample, getByteSample, getByteSamples, putByteSample, putByteSample, putByteSamples
 
Methods inherited from interface net.sourceforge.jiu.data.IntegerImage
clear, clear, getMaxSample, getSample, getSample, getSamples, putSample, putSample, putSamples
 
Methods inherited from interface net.sourceforge.jiu.data.PixelImage
createCompatibleImage, createCopy, getAllocatedMemory, getBitsPerPixel, getHeight, getImageType, getNumChannels, getWidth
 


JIU 0.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt