Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void TimeWarp::setSpeed(float timeScale) { mTimeScale = timeScale; }
18
19
float TimeWarp::scale() const { return mTimeScale; }
20
21
void TimeWarp::pause(fl::u32 now) {
22
if (mPauseTime) {
Callers
7
draw
Method · 0.45
getSpeed
Method · 0.45
speed
Method · 0.45
_createLedObjects
Method · 0.45
FL_TEST_FILE
Function · 0.45
loop
Function · 0.45
loop
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected