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

◆ pause()

void fl::FxLayer::pause ( fl::u32 now)

Definition at line 38 of file fx_layer.cpp.hpp.

38 {
39 if (fx && running) {
40 fx->pause(now);
41 running = false;
42 }
43}
fl::shared_ptr< Fx > fx
Definition fx_layer.h:30
bool running
Definition fx_layer.h:32

References fx, and running.

Referenced by release().

+ Here is the caller graph for this function: