Enum LarsonBounceValue
The behavior of the larson animation pocket of light when it reaches the end of the strip.
public enum LarsonBounceValue
- Extension Methods
Fields
Back = 2The animation bounces once all LEDs are off the strip.
Center = 1The animation bounces once it is midway through the end of the strip.
Front = 0The animation bounces as soon as the first LED reaches the end of the strip.