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

◆ addf() [2/2]

void WaveEffect::addf ( size_t x,
size_t y,
float value )
inline

Definition at line 16 of file wave.h.

16 {
17 wave_fx_low->addf(x, y, value);
18 wave_fx_high->addf(x, y, value);
19 }
int y
Definition simple.h:93
int x
Definition simple.h:92
fl::WaveFxPtr wave_fx_low
Definition wave.h:11
fl::WaveFxPtr wave_fx_high
Definition wave.h:12

References wave_fx_high, wave_fx_low, x, and y.