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

Method resume

src/fl/fx/fx.h:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 // Called when the fx is paused, usually when a transition has finished.
43 virtual void pause(fl::u32 now) { FASTLED_UNUSED(now); }
44 virtual void resume(fl::u32 now) {
45 FASTLED_UNUSED(now);
46 } // Called when the fx is resumed after a pause,
47 // usually when a transition has started.
48
49 u16 getNumLeds() const { return mNumLeds; }

Callers 1

drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected