var color = new Cesium.Color(0, 0,0 ,1);
layer1.setObjsColor([1,2],color);
代码如上,1和2代表ids,color是定义的一个颜色