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

◆ update()

void fl::WaveFx::update ( )
inline

Definition at line 156 of file wave.h.

156 {
157 // Called automatically in draw. Only invoke this if you want extra
158 // simulation updates.
159 // Update the wave simulation.
160 mWaveSim.update();
161 }
WaveSimulation2D mWaveSim
Definition wave.h:165

References mWaveSim.