#include <generic_bitmap.hpp>
Inheritance diagram for GenericBitmap:
Public Member Functions | |
virtual int | getWidth () const =0 |
Get the width of the bitmap. | |
virtual int | getHeight () const =0 |
Get the heighth of the bitmap. | |
virtual uint8_t * | getData () const =0 |
Definition at line 33 of file generic_bitmap.hpp.
|
Get a linear buffer containing the image data. Each pixel is stored in 4 bytes in the order B,G,R,A Implemented in FT2Bitmap, BitmapImpl, PngBitmap, and ScaledBitmap. Referenced by ScaledBitmap::ScaledBitmap(). |