Constructors

Properties

colorTemperatureTransitionIntervalTimer?: Timer

Timer for the managed colorTemperature transition

currentColorTemperatureTransitionData?: TransitionData

Structure to store the data of the current managed color Temperature transition

currentHueTransitionData?: HueTransitionData

Structure to store the data of the current managed hue transition

currentSaturationTransitionData?: TransitionData

Structure to store the data of the current managed saturation transition

currentXTransitionData?: TransitionData

Structure to store the data of the current managed x transition

currentYTransitionData?: TransitionData

Structure to store the data of the current managed y transition

hueTransitionIntervalTimer?: Timer

Timer for the managed hue transition

saturationTransitionIntervalTimer?: Timer

Timer for the managed saturation transition

xTransitionIntervalTimer?: Timer

Timer for the managed x transition

yTransitionIntervalTimer?: Timer

Timer for the managed y transition

Methods