backgroundColor property

int backgroundColor
getter/setter pair

The background color for the Stage.

You can change the background color at runtime by changing the Stage.backgroundColor property.

Implementation

int backgroundColor = Color.White;