Public Member Functions | |
int | GetVar (int Var) |
Get a parameter. | |
int | SetVar (int Var, int Value) |
Set a parameter. | |
bool | SetSurface (GBmpMem *d, GPalette *p, GBmpMem *a) |
Sets the bitmap to write onto. | |
void | SetPtr (int x, int y) |
Sets the current position to an x,y. | |
void | IncX () |
Moves the current position one pixel left. | |
void | IncY () |
Moves the current position one scanline down. | |
void | IncPtr (int X, int Y) |
Offset the current position. | |
COLOUR | Get () |
Gets the colour of the pixel at the current location. |