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

◆ setSuperSample()

void fl::WaveFx::setSuperSample ( SuperSample factor)
inline

Definition at line 117 of file wave.h.

117 {
118 // Set the supersampling factor of the wave simulation.
119 mWaveSim.setSuperSample(factor);
120 }
WaveSimulation2D mWaveSim
Definition wave.h:172

References mWaveSim.