setHaloColor

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

Sets the color of the Halo.



The default color of halo is 0xFFFFFF:

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