FastLED 3.9.15
Loading...
Searching...
No Matches

◆ pause()

void fl::FxLayer::pause ( uint32_t now)
inline

Definition at line 44 of file fx_layer.h.

44 {
45 if (fx && running) {
46 fx->pause(now);
47 running = false;
48 }
49 }
fl::Ptr< Fx > fx
Definition fx_layer.h:62
bool running
Definition fx_layer.h:63

References fx, and running.

Referenced by release().

+ Here is the caller graph for this function: