Color

data class Color(val colorValue: ColorValue, val temperatureValue: ColorTemperatureValue? = null) : PowerupColorState

Set a static color at powerup.

Constructors

Link copied to clipboard
fun Color(colorValue: ColorValue, temperatureValue: ColorTemperatureValue? = null)

Properties

Link copied to clipboard

The color that is set to the light at powerup.

Link copied to clipboard

Color Temperature to set on powerup.