FGGE Documentation
setBackgroundColor(color)
Set the color of the background of this Canvas.
Parameters:
color
- The color of the background (Like "#000000" or "black").
Example:
GameEngine.Renderer.setBackgroundColor("yellow");