Color
data class Color(val color: LinearColor = LinearColor(0.1f, 0.125f, 0.15f), val alpha: Float = 1.0f) : SkyboxSource
Solid-color skybox. color is (r, g, b); alpha controls blending with the clear color.
Solid-color skybox. color is (r, g, b); alpha controls blending with the clear color.