Public Member Functions | |
Bitmap (Common::MemoryReadStreamEndian *stream, bool closeStream=true) | |
Bitmap (const Bitmap &bitmap) | |
Bitmap (int w, int h) | |
Public Attributes | |
int16 | xoffset |
int16 | yoffset |
int16 | width |
int16 | height |
byte * | pixels |
Protected Attributes | |
int32 | pixelsArraySize |