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

◆ setSuperSample()

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

Definition at line 110 of file wave.h.

110 {
111 // Set the supersampling factor of the wave simulation.
112 mWaveSim.setSuperSample(factor);
113 }
WaveSimulation2D mWaveSim
Definition wave.h:165

References mWaveSim.