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
setExportColor
Sets the color of out line. Definition of out line.
The default color of out line is 0xDD380C:
// the parameter can be a string like "#FEF504" or a hex number 0xFEF504
controller.setExportColor("#FEF504");
//controller.setExportColor(0xFEF504);