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 127 of file wave.h.

127 {
128 // Set the value at the given coordinates in the wave simulation.
129 mWaveSim.setf(x, y, value);
130 }
int y
Definition simple.h:93
int x
Definition simple.h:92
WaveSimulation2D mWaveSim
Definition wave.h:172

References mWaveSim, x, and y.