ColorParameters

@Serializable
data class ColorParameters(val color: Color? = null)

Color setting parameters for a light

Constructors

Link copied to clipboard
fun ColorParameters(color: Color? = null)

Properties

Link copied to clipboard
val color: Color? = null

Color to set the light to