#include <polygon.h>
Public Member Functions | |
| Bitmap (int e=0) | |
| ~Bitmap () | |
| void | size (int w, int h) |
| void | clear () |
Public Attributes | |
| int | width |
| int | height |
| int | extra |
| Pixel * | data |
Definition at line 7 of file polygon.h.
| void Bitmap< Pixel >::size | ( | int | w, | |
| int | h | |||
| ) | [inline] |
Definition at line 16 of file polygon.h.
Referenced by Synaesthesia::resize().
| void Bitmap< Pixel >::clear | ( | void | ) | [inline] |
Definition at line 25 of file polygon.h.
Referenced by Bitmap< unsigned short >::size().
Definition at line 10 of file polygon.h.
Referenced by Bitmap< unsigned short >::clear(), and Bitmap< unsigned short >::size().
Definition at line 10 of file polygon.h.
Referenced by Bitmap< unsigned short >::clear(), and Bitmap< unsigned short >::size().
Definition at line 10 of file polygon.h.
Referenced by Bitmap< unsigned short >::clear(), and Bitmap< unsigned short >::size().
Definition at line 11 of file polygon.h.
Referenced by Bitmap< unsigned short >::clear(), Synaesthesia::fadeHeat(), Synaesthesia::fadeWave(), Bitmap< unsigned short >::size(), and Bitmap< unsigned short >::~Bitmap().
1.6.3