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

◆ pause()

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

Definition at line 35 of file fx_layer.cpp.

35 {
36 if (fx && running) {
37 fx->pause(now);
38 running = false;
39 }
40}
fl::shared_ptr< Fx > fx
Definition fx_layer.h:33
bool running
Definition fx_layer.h:34

References fx, and running.

Referenced by release().

+ Here is the caller graph for this function: