setSurfaceColor

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

Sets the color of the surface the 3D globe. The default color is #FFFFFF:



// the parameter can be a string like "#FF0000" or a hex number 0xFF0000
controller.setSurfaceColor("#FF0000");
//controller.setSurfaceColor(0xFF0000);