skyAtmosphereHaloColor

open override fun skyAtmosphereHaloColor(skyAtmosphereHaloColor: String): SkyLayer

A color applied to the atmosphere sun halo. The alpha channel describes how strongly the sun halo is represented in an atmosphere sky layer.

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

Parameters

skyAtmosphereHaloColor

value of skyAtmosphereHaloColor


open override fun skyAtmosphereHaloColor(skyAtmosphereHaloColor: Expression): SkyLayer

A color applied to the atmosphere sun halo. The alpha channel describes how strongly the sun halo is represented in an atmosphere sky layer.

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

Parameters

skyAtmosphereHaloColor

value of skyAtmosphereHaloColor as Expression


open override fun skyAtmosphereHaloColor(@ColorInt skyAtmosphereHaloColor: Int): SkyLayer

A color applied to the atmosphere sun halo. The alpha channel describes how strongly the sun halo is represented in an atmosphere sky layer.

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

Parameters

skyAtmosphereHaloColor

value of skyAtmosphereHaloColor


A color applied to the atmosphere sun halo. The alpha channel describes how strongly the sun halo is represented in an atmosphere sky layer.