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

◆ setXCylindrical()

void fl::WaveFx::setXCylindrical ( bool on)
inline

Enable/disable cylindrical topology on x-axis.

Parameters
onIf true, waves wrap around from right edge to left edge

When enabled, creates a seamless horizontal loop effect. Useful for LED strips arranged in a cylinder or torus.

Definition at line 194 of file wave.h.

194{ mWaveSim.setXCylindrical(on); }
WaveSimulation2D mWaveSim
Definition wave.h:376

References mWaveSim.

Referenced by WaveFx().

+ Here is the caller graph for this function: