setBackgroundColor

优质
小牛编辑
127浏览
2023-12-01

Sets the color of the background. The default is0x000000:



// the parameter can be a string like "#530000" or a hex number 0x530000
controller.setBackgroundColor("#530000);
//controller.setBackgroundColor(0x530000);