Public Member Functions | |
void | load (byte *source, int size) |
Graphics::Surface * | getPicture () const |
byte * | getPalette () const |
bool | hasPalette () const |
int | getPaletteColorCount () const |
Protected Member Functions | |
void | loadRaw (byte *source, int size) |
void | loadChunked (byte *source, int size) |
Protected Attributes | |
Graphics::Surface * | _picture |
byte * | _picturePalette |
int | _paletteColorCount |
bool | _hasPalette |
Additional Inherited Members | |
Public Attributes inherited from Made::Resource | |
ResourceSlot * | _slot |