spaceColor

open override fun spaceColor(@ColorInt spaceColor: Int): Atmosphere

The color of the region above the horizon and after the end of the horizon-blend contribution. The opacity can be set to 0 to have a transparent background.

Parameters

spaceColor

as int

open override fun spaceColor(spaceColor: String): Atmosphere

The color of the region above the horizon and after the end of the horizon-blend contribution. The opacity can be set to 0 to have a transparent background.

Parameters

spaceColor

as String

open override fun spaceColor(spaceColor: Expression): Atmosphere

The color of the region above the horizon and after the end of the horizon-blend contribution. The opacity can be set to 0 to have a transparent background.

Parameters

spaceColor

value of spaceColor as Expression

val spaceColor: String?

The color of the region above the horizon and after the end of the horizon-blend contribution. The opacity can be set to 0 to have a transparent background.