#include <imagelib.h>
Public Member Functions | |
RGBAImage (unsigned int _width, unsigned int _height) | |
~RGBAImage () | |
byte * | getRGBAPixels () const |
unsigned int | getWidth () const |
unsigned int | getHeight () const |
Data Fields | |
RGBAPixel * | pixels |
unsigned int | width |
unsigned int | height |
Private Member Functions | |
RGBAImage (const RGBAImage &other) | |
RGBAImage & | operator= (const RGBAImage &other) |
Definition at line 39 of file imagelib.h.
RGBAImage::RGBAImage | ( | const RGBAImage & | other | ) | [private] |
RGBAImage::RGBAImage | ( | unsigned int | _width, | |
unsigned int | _height | |||
) | [inline] |
Definition at line 47 of file imagelib.h.
RGBAImage::~RGBAImage | ( | ) | [inline] |
Definition at line 51 of file imagelib.h.
References pixels.
unsigned int RGBAImage::getHeight | ( | ) | const [inline, virtual] |
byte* RGBAImage::getRGBAPixels | ( | ) | const [inline, virtual] |
unsigned int RGBAImage::getWidth | ( | ) | const [inline, virtual] |
unsigned int RGBAImage::height |
Definition at line 45 of file imagelib.h.
Referenced by getHeight().
Definition at line 44 of file imagelib.h.
Referenced by getRGBAPixels(), and ~RGBAImage().
unsigned int RGBAImage::width |
Definition at line 45 of file imagelib.h.
Referenced by getWidth().