ColorParameters

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

Color setting parameters for a light

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "xy")
val color: Color?

Color to set the light to