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

139 {
140 // Set the value at the given coordinates in the wave simulation.
141 mWaveSim.setf(x, y, value);
142 }
int y
Definition simple.h:93
int x
Definition simple.h:92
WaveSimulation2D mWaveSim
Definition wave.h:184

References mWaveSim, x, and y.