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

◆ noisePunchX()

void fl::FlowField::noisePunchX ( float center,
float width,
float amplitude = 1.0f,
BumpShape shape = BumpShape::HalfSine )

Trigger a noise punch on the X axis (columns).

Definition at line 42 of file flowfield.cpp.hpp.

43 {
44 mNoiseBias.triggerX(center, width, amplitude, shape);
45}
NoiseBias2D mNoiseBias
Definition flowfield.h:287
u8 width
Definition blur.h:186

References mNoiseBias, and fl::width.

Referenced by loop().

+ Here is the caller graph for this function: