Public Member Functions

gnash::ImageRGB Class Reference

24-bit RGB bitmap More...

#include <GnashImage.h>

Inheritance diagram for gnash::ImageRGB:
gnash::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::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]

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