MCPcopy Create free account
hub / github.com/FastLED/FastLED / setFadeRate

Method setFadeRate

src/fl/fx/1d/particles.cpp.hpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void Particles1d::setFadeRate(u8 fade_rate) {
76 mFadeRate = fade_rate;
77}
78
79void Particles1d::setCyclical(bool cyclical) {
80 mCyclical = cyclical;

Callers 1

loopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected