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

◆ triggerX()

void fl::NoiseBias2D::triggerX ( float center,
float width,
float amplitude,
BumpShape shape = BumpShape::HalfSine )
inline

Definition at line 110 of file flowfield.h.

111 {
112 mXBias.trigger(center, width, amplitude, shape);
113 }
u16 width() const
Definition flowfield.h:134
NoiseBias1D mXBias
Definition flowfield.h:143

References fl::HalfSine, mXBias, and width().

+ Here is the call graph for this function: