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

◆ setFx()

void fl::FxLayer::setFx ( fl::Ptr< Fx > newFx)
inline

Definition at line 21 of file fx_layer.h.

21 {
22 if (newFx != fx) {
23 release();
24 fx = newFx;
25 }
26 }
fl::Ptr< Fx > fx
Definition fx_layer.h:62
void release()
Definition fx_layer.h:51

References fx, and release().

+ Here is the call graph for this function: