DynamicsParameters

@Serializable
data class DynamicsParameters(val duration: Duration? = null, val speed: Percentage? = null)

Settings for dynamics during a light setting change

Constructors

Link copied to clipboard
fun DynamicsParameters(duration: Duration? = null, speed: Percentage? = null)

Properties

Link copied to clipboard
val duration: Duration? = null

Duration of a light transition or timed effects in ms.

Link copied to clipboard
val speed: Percentage? = null

speed of dynamic palette or effect.