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

◆ setSuperSample()

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

Definition at line 109 of file wave.h.

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

References mWaveSim.