ScenePalette

@Serializable
data class ScenePalette(val color: List<ColorPalette>? = null, val dimming: List<DimmingValue>? = null, val colorTemperature: List<ColorTemperaturePalette>? = null)

Group of colors that describe the palette of colors to be used when playing dynamics

Constructors

Link copied to clipboard
fun ScenePalette(color: List<ColorPalette>? = null, dimming: List<DimmingValue>? = null, colorTemperature: List<ColorTemperaturePalette>? = null)

Properties

Link copied to clipboard
val color: List<ColorPalette>? = null

List of colors to be used when playing dynamics.

Link copied to clipboard

List of colors to be used when playing dynamics.

Link copied to clipboard
val dimming: List<DimmingValue>? = null

List of colors to be used when playing dynamics.