|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | back (Environment *_environment, char *_color) |
| Emit ASM code to fill background color. | |
| void back | ( | Environment * | _environment, |
| char * | _color ) |
Emit ASM code to fill background color.
This function can be called to fill the screen background with the given color. Depending on the mode selected (TILEMAP vs BITMAP) it can fill the screen in a different way.
| _environment | Current calling environment |
| _color | Index of color to use to fill the screen |