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

◆ setParams() [1/2]

bool fl::Blend2d::setParams ( Fx2d & fx,
const Params & p )

Definition at line 118 of file blend.cpp.

118 {
119
120 Fx2dPtr fxPtr = fl::make_shared_no_tracking(fx);
121 return setParams(fxPtr, p);
122}
bool setParams(Fx2dPtr fx, const Params &p)
Definition blend.cpp:103
shared_ptr< T > make_shared_no_tracking(T &obj)
Definition shared_ptr.h:379

References fl::Fx2d::Fx2d(), fl::make_shared_no_tracking(), and setParams().

+ Here is the call graph for this function: