Background Color
Overview
You can clear your game's canvas and set the background color using the clear
method.
API
clear
Erases everything on the canvas and sets the background color to the given value.
clear(color: u32)
Param | Type | Default | Description |
---|---|---|---|
color | u32 | A hexdecimal code for a color |