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

◆ setCyclical()

void fl::Particles1d::setCyclical ( bool cyclical)

Set cyclical mode (true = wrap around, false = stop at edges)

Parameters
cyclicalWrap mode - perfect for LED rings (default: true)

Definition at line 79 of file particles.cpp.hpp.

79 {
80 mCyclical = cyclical;
81}
bool mCyclical
Wrap mode: true = wrap around, false = stop at edges.
Definition particles.h:136

References mCyclical.

Referenced by ~Particles1d().

+ Here is the caller graph for this function: