FastLED 3.9.15
Loading...
Searching...
No Matches

◆ rippleState

Enumerator
dead 
withinNode 
travelingUpwards 
travelingDownwards 

Definition at line 16 of file ripple.h.

16 {
17 dead,
18 withinNode, // Ripple isn't drawn as it passes through a node to keep the speed consistent
21};
@ dead
Definition ripple.h:17
@ travelingUpwards
Definition ripple.h:19
@ withinNode
Definition ripple.h:18
@ travelingDownwards
Definition ripple.h:20