Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setCyclical
Method
setCyclical
src/fl/fx/1d/particles.cpp.hpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void Particles1d::setCyclical(bool cyclical) {
80
mCyclical = cyclical;
81
}
82
83
fl::string Particles1d::fxName() const {
84
return
"Particles1d"
;
Callers
1
loop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected