1. 程式人生 > >cesium 學習筆記(3)2018.6.11

cesium 學習筆記(3)2018.6.11

1.cesium取色方法:
Cesium.Color(red, green, blue, alpha)

red, green, blue, alpha的取值範圍都是0到1


2.cesium取色方法2:

Cesium.Color.fromRgba(0x67ADDFFF);


3.隨機顏色:

Cesium.Color.AQUA.withAlpha(0.5)