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
constructor(color: List<ColorPalette>? = null, dimming: List<DimmingValue>? = null, colorTemperature: List<ColorTemperaturePalette>? = null)

Properties

Link copied to clipboard

List of colors to be used when playing dynamics.

Link copied to clipboard
@SerialName(value = "color_temperature")
val colorTemperature: List<ColorTemperaturePalette>?

List of colors to be used when playing dynamics.

Link copied to clipboard

List of colors to be used when playing dynamics.