filament-umbrella
Toggle table of contents
0.1.2-beta06
common
Target filter
common
Switch theme
Search in API
Skip to content
filament-umbrella
filament-compose
/
io.github.erkko68.filament.compose.scene
/
SkyboxSource
/
Color
Color
data
class
Color
(
val
rgb
:
Color
=
io.github.erkko68.filament.compose.scene.Color(0.1f, 0.125f, 0.15f)
,
val
alpha
:
Float
=
1.0f
)
:
SkyboxSource
Solid-color skybox.
rgb
is (r, g, b);
alpha
controls blending with the clear color.
Members
Constructors
Color
Link copied to clipboard
constructor
(
rgb
:
Color
=
io.github.erkko68.filament.compose.scene.Color(0.1f, 0.125f, 0.15f)
,
alpha
:
Float
=
1.0f
)
Properties
alpha
Link copied to clipboard
val
alpha
:
Float
rgb
Link copied to clipboard
val
rgb
:
Color