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

Method setSpeed

src/fl/fx/time.cpp.hpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15TimeWarp::~TimeWarp() FL_NOEXCEPT {}
16
17void TimeWarp::setSpeed(float timeScale) { mTimeScale = timeScale; }
18
19float TimeWarp::scale() const { return mTimeScale; }
20

Callers 15

setTimeScaleMethod · 0.45
drawMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
loopFunction · 0.45
uiFunction · 0.45
loopFunction · 0.45
setupUiCallbacksFunction · 0.45
loopFunction · 0.45
drawWaveFunction · 0.45
drawAnimartrixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected