skyAtmosphereColor

open override fun skyAtmosphereColor(skyAtmosphereColor: String): 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.

Use static method SkyLayer.defaultSkyAtmosphereColor to set the default property.

Parameters

skyAtmosphereColor

value of skyAtmosphereColor

open override 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.

Use static method SkyLayer.defaultSkyAtmosphereColorAsExpression to set the default property.

Parameters

skyAtmosphereColor

value of skyAtmosphereColor as Expression

open override 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.

Use static method SkyLayer.defaultSkyAtmosphereColorAsColorInt to set the default property.

Parameters

skyAtmosphereColor

value of skyAtmosphereColor

val skyAtmosphereColor: String?

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.