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

124 {
125 // Set the value at the given coordinates in the wave simulation.
126 mWaveSim.setf(x, y, value);
127 }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:82
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:83
WaveSimulation2D mWaveSim
Definition wave.h:169

References mWaveSim, x, and y.