skyAtmosphereColor

abstract fun skyAtmosphereColor(skyAtmosphereColor: String = "white"): SkyLayer
abstract fun skyAtmosphereColor(@ColorInt skyAtmosphereColor: Int): SkyLayer

A color used to tweak the main atmospheric scattering coefficients. Using white applies the default coefficients giving the natural blue color to the atmosphere. This color affects how heavily the corresponding wavelength is represented during scattering. The alpha channel describes the density of the atmosphere, with 1 maximum density and 0 no density.

Parameters

skyAtmosphereColor

value of skyAtmosphereColor

abstract fun skyAtmosphereColor(skyAtmosphereColor: Expression): SkyLayer

A color used to tweak the main atmospheric scattering coefficients. Using white applies the default coefficients giving the natural blue color to the atmosphere. This color affects how heavily the corresponding wavelength is represented during scattering. The alpha channel describes the density of the atmosphere, with 1 maximum density and 0 no density.

Parameters

skyAtmosphereColor

value of skyAtmosphereColor as Expression