backgroundColor : number | string
Gets and sets the background color of the stage. The color can be given as a number: 0xff0000 or a hex string: '#ff0000'
Type
- number | string
- Source code: core/Stage.js (Line 366)
backgroundColor : number | string
Gets and sets the background color of the stage. The color can be given as a number: 0xff0000 or a hex string: '#ff0000'
Please login to continue.