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

◆ add() [2/2]

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

Definition at line 35 of file blend.cpp.

35 {
36 uint8_t blurAmount = p.blur_amount;
37 uint8_t blurPasses = p.blur_passes;
38 Entry entry(layer, blurAmount, blurPasses);
39 mLayers.push_back(entry);
40}
UISlider blurAmount("Global Blur Amount", 0, 0, 172, 1)
UISlider blurPasses("Global Blur Passes", 1, 1, 10, 1)
HeapVector< Entry > mLayers
Definition blend.h:57
static FASTLED_NAMESPACE_BEGIN uint8_t const p[]
Definition noise.cpp:56
Definition blend.h:48

References blurAmount, blurPasses, mLayers, and p.

Referenced by add().

+ Here is the caller graph for this function: