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

◆ add() [1/2]

void fl::Blend2d::add ( Fx2d & layer,
const Params & p = Params() )

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

51 {
52 Fx2dPtr fx = fl::make_shared_no_tracking(layer);
53 this->add(fx, p);
54}
void add(Fx2dPtr layer, const Params &p=Params())
Definition blend.cpp.hpp:38
shared_ptr< T > make_shared_no_tracking(T &obj) FL_NOEXCEPT
Definition shared_ptr.h:435

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

+ Here is the call graph for this function: