Gio.js
Getting Start
Gio.js 2.0
Basic Elements
Configuration
Object Design API
Color and Style API
Working with Data
Callback
Dependence Interface
Advanced Feature
setSurfaceColor
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);