draw_clear(col)
From ENIGMA
Description
Clears the game drawing area with the given color.
Parameters
| Parameter | Description |
|---|---|
| col | color to clear the screen with |
Return Values
void: This function does not return anything.
Example Call
// demonstrates clearing the screen blue
draw_clear(c_blue);
draw_clear(c_blue);