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

◆ setSuperSample()

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

Definition at line 119 of file wave.h.

119 {
120 // Set the supersampling factor of the wave simulation.
121 mWaveSim.setSuperSample(factor);
122 }
WaveSimulation2D mWaveSim
Definition wave.h:184

References mWaveSim.