LightAnimationStyle

enum LightAnimationStyle

Defines the set of LED light animation styles that can be applied.

Entries

Link copied to clipboard

LED light that turns on to full brightness instantaneously and turns off abruptly after a short duration.

Link copied to clipboard

LED light that gently increases and decreases in brightness.

Link copied to clipboard

LED light that toggles on and off at a regular interval.

Functions

Link copied to clipboard
open fun valueOf(name: String): LightAnimationStyle
Link copied to clipboard
open fun values(): Array<LightAnimationStyle>