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

◆ setParams() [1/2]

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

Definition at line 112 of file blend.cpp.

112 {
113
114 Fx2dPtr fxPtr = Fx2dPtr::NoTracking(fx);
115 return setParams(fxPtr, p);
116}
bool setParams(Fx2dPtr fx, const Params &p)
Definition blend.cpp:97
static FASTLED_NAMESPACE_BEGIN uint8_t const p[]
Definition noise.cpp:56

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

+ Here is the call graph for this function: