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

◆ add() [1/2]

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

Definition at line 48 of file blend.cpp.

48 {
49 Fx2dPtr fx = fl::make_shared_no_tracking(layer);
50 this->add(fx, p);
51}
void add(Fx2dPtr layer, const Params &p=Params())
Definition blend.cpp:35
shared_ptr< T > make_shared_no_tracking(T &obj)
Definition shared_ptr.h:379

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

+ Here is the call graph for this function: