Gnash
0.8.10
|
24-bit RGB bitmap More...
#include <GnashImage.h>
Public Member Functions | |
ImageRGB (size_t width, size_t height) | |
Create an empty RGB image with uninitialized data. | |
ImageRGB (iterator data, size_t width, size_t height) | |
Create an ImageRGB taking ownership of the data. | |
virtual | ~ImageRGB () |
24-bit RGB bitmap
Channels are in RGB order.
gnash::image::ImageRGB::ImageRGB | ( | size_t | width, |
size_t | height | ||
) |
Create an empty RGB image with uninitialized data.
gnash::image::ImageRGB::ImageRGB | ( | iterator | data, |
size_t | width, | ||
size_t | height | ||
) | [inline] |
Create an ImageRGB taking ownership of the data.
gnash::image::ImageRGB::~ImageRGB | ( | ) | [virtual] |