Gnash  0.8.10
Public Member Functions
gnash::image::ImageRGB Class Reference

24-bit RGB bitmap More...

#include <GnashImage.h>

Inheritance diagram for gnash::image::ImageRGB:
gnash::image::GnashImage gnash::media::gst::gnashGstBuffer

List of all members.

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 ()

Detailed Description

24-bit RGB bitmap

Channels are in RGB order.


Constructor & Destructor Documentation

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]

The documentation for this class was generated from the following files: