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

Method speed

src/fl/fx/2d/flowfield.h:258–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 /// Set time speed/scale (1.0 = normal, 0.5 = half speed, etc.)
257 void setSpeed(float speed) { mTimeWarp.setSpeed(speed); }
258 float speed() const { return mTimeWarp.scale(); }
259
260 /// Trigger a noise punch on both axes at center with proportional width.
261 void noisePunch(float amplitude = 1.0f,

Callers

nothing calls this directly

Calls 1

scaleMethod · 0.45

Tested by

no test coverage detected