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::ImageRGB::ImageRGB | ( | size_t | width, | |
| size_t | height | |||
| ) |
Create an empty RGB image with uninitialized data.
| gnash::ImageRGB::ImageRGB | ( | iterator | data, | |
| size_t | width, | |||
| size_t | height | |||
| ) | [inline] |
Create an ImageRGB taking ownership of the data.
| gnash::ImageRGB::~ImageRGB | ( | ) | [virtual] |
1.7.1