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

Method scale

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

Source from the content-addressed store, hash-verified

17void TimeWarp::setSpeed(float timeScale) { mTimeScale = timeScale; }
18
19float TimeWarp::scale() const { return mTimeScale; }
20
21void TimeWarp::pause(fl::u32 now) {
22 if (mPauseTime) {

Callers 7

drawMethod · 0.45
getSpeedMethod · 0.45
speedMethod · 0.45
_createLedObjectsMethod · 0.45
FL_TEST_FILEFunction · 0.45
loopFunction · 0.45
loopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected