|
wxArt2D
|
Public Member Functions | |
| a2dImageRGBA (int width=0, int height=0) | |
| a2dImageRGBA (const wxImage &image, unsigned char alpha=255) | |
| a2dImageRGBA & | operator= (const a2dImageRGBA &other) |
| wxImage | GetImage () const |
| a2dImageRGBA * | GetSubImage (const wxRect &rect) const |
| wxBitmap | CreateBitmap () |
| int | GetWidth () const |
| int | GetHeight () const |
| void | SetAlpha (unsigned char alpha) |
| void | SetAlpha (unsigned char *alphadata) |
| unsigned char * | GetData () const |
| bool | GetOrder () |
| void | SetOrder (bool orderRgba) |
Definition at line 24 of file imagergba.h.