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

◆ add() [1/2]

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

Definition at line 42 of file blend.cpp.

42 {
43 Fx2dPtr fx = Fx2dPtr::NoTracking(layer);
44 this->add(fx, p);
45}
void add(Fx2dPtr layer, const Params &p=Params())
Definition blend.cpp:35
static FASTLED_NAMESPACE_BEGIN uint8_t const p[]
Definition noise.cpp:56

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

+ Here is the call graph for this function: