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

◆ setf()

void fl::WaveFx::setf ( size_t x,
size_t y,
float value )
inline

Definition at line 120 of file wave.h.

120 {
121 // Set the value at the given coordinates in the wave simulation.
122 mWaveSim.setf(x, y, value);
123 }
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71
WaveSimulation2D mWaveSim
Definition wave.h:165

References mWaveSim, x, and y.