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

◆ setSpeed()

void fl::FxEngine::setSpeed ( float scale)
inline

Sets the speed of the fx engine, which will impact the speed of all effects.

Parameters
timeScaleThe new time scale value.

Definition at line 112 of file fx_engine.h.

112{ mTimeFunction.setSpeed(scale); }
uint16_t scale
Definition Noise.ino:74
TimeWarp mTimeFunction
Definition fx_engine.h:116

References mTimeFunction, and scale.