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

◆ triggerY()

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

Definition at line 115 of file flowfield.h.

116 {
117 mYBias.trigger(center, width, amplitude, shape);
118 }
u16 width() const
Definition flowfield.h:134
NoiseBias1D mYBias
Definition flowfield.h:144

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

+ Here is the call graph for this function: