ScummVM API documentation
Cine::AnimData Class Reference

Public Member Functions

 AnimData (const AnimData &src)
 
AnimDataoperator= (const AnimData &src)
 
int size ()
 
int16 frameIndex ()
 
const byte * data () const
 Image data.
 
const byte * mask () const
 Image mask (may be NULL)
 
byte getColor (int x, int y)
 
void load (byte *d, int type, uint16 w, uint16 h, int16 file, int16 frame, const char *n, byte transparent=0)
 
void clear ()
 
void save (Common::OutSaveFile &fHandle) const
 

Public Attributes

uint16 _width
 Image width (usually twice the real size)
 
uint16 _height
 Image height.
 
uint16 _bpp
 Bit depth/type information.
 
uint16 _var1
 Something related to width.
 
int _realWidth
 Real image width in bytes.
 

The documentation for this class was generated from the following file: