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

◆ setFx()

void fl::FxLayer::setFx ( fl::shared_ptr< Fx > newFx)

Definition at line 12 of file fx_layer.cpp.

12 {
13 if (newFx != fx) {
14 release();
15 fx = newFx;
16 }
17}
fl::shared_ptr< Fx > fx
Definition fx_layer.h:33
void release()
Definition fx_layer.cpp:42

References fx, and release().

+ Here is the call graph for this function: