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

◆ update()

void fl::WaveFx::update ( )
inline

Definition at line 175 of file wave.h.

175 {
176 // Called automatically in draw. Only invoke this if you want extra
177 // simulation updates.
178 // Update the wave simulation.
179 mWaveSim.update();
180 }
WaveSimulation2D mWaveSim
Definition wave.h:184

References mWaveSim.