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

◆ setSuperSample()

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

Definition at line 114 of file wave.h.

114 {
115 // Set the supersampling factor of the wave simulation.
116 mWaveSim.setSuperSample(factor);
117 }
WaveSimulation2D mWaveSim
Definition wave.h:169

References mWaveSim.