public class BitmapRGB24BPP extends AbstractBitmapRGB
RGB bitmap with 8 bits per color (24 bits per sample).
_samples
_descriptor
Constructor and Description |
---|
BitmapRGB24BPP(BitmapDescriptor pDescriptor) |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
createImageRGB()
Create an RGB image rendition of this bitmap.
|
(package private) void |
read(AbstractDecoder pDec)
Read bitmap from the decoder into class internal data structures.
|
getColorCount, getDescriptor, getHeight, getWidth, setDescriptor, toString
public BitmapRGB24BPP(BitmapDescriptor pDescriptor)
pDescriptor
- void read(AbstractDecoder pDec) throws IOException
AbstractBitmap
read
in class AbstractBitmap
pDec
- The decoder.IOException
public BufferedImage createImageRGB()
AbstractBitmap
createImageRGB
in class AbstractBitmap
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)