viewer.scene.skyAtmosphere seem not to work anymore.
Sancastle example:
var viewer = new Cesium.Viewer(‘cesiumContainer’);
viewer.scene.skyAtmosphere.brightnessShift = -0.8;
viewer.scene.skyAtmosphere.hueShift = 0.5;
viewer.scene.skyAtmosphere.saturationShift = 0.5;
Nothing change