skyAtmosphereColor

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

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.

Parameters

skyAtmosphereColor

value of skyAtmosphereColor as Expression

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.