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

◆ setOverdrawCount()

void fl::Particles1d::setOverdrawCount ( u8 count)

Set overdraw count (higher = smoother trails, more CPU)

Parameters
countNumber of update/draw cycles per frame (default: 20)

Definition at line 67 of file particles.cpp.hpp.

67 {
68 mOverdrawCount = count;
69}
u8 mOverdrawCount
Number of update/draw cycles per frame (higher = smoother trails, more CPU)
Definition particles.h:134

References mOverdrawCount.

Referenced by ~Particles1d().

+ Here is the caller graph for this function: