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

◆ setParams() [1/2]

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

Definition at line 121 of file blend.cpp.hpp.

121 {
122
123 Fx2dPtr fxPtr = fl::make_shared_no_tracking(fx);
124 return setParams(fxPtr, p);
125}
bool setParams(Fx2dPtr fx, const Params &p)
shared_ptr< T > make_shared_no_tracking(T &obj) FL_NOEXCEPT
Definition shared_ptr.h:435

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

+ Here is the call graph for this function: