Skip to content

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)
ParamTypeDefaultDescription
coloru32A hexdecimal code for a color