Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getSpeed
Method
getSpeed
src/fl/fx/fx_engine.h:130–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
*/
129
void setSpeed(float scale) { mTimeFunction.setSpeed(scale); }
130
float getSpeed() const { return mTimeFunction.scale(); }
131
132
private:
133
int mCounter = 0;
Callers
1
FL_TEST_FILE
Function · 0.45
Calls
1
scale
Method · 0.45
Tested by
no test coverage detected