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

◆ attackDecayWave8()

u8 fl::TwinkleFox::attackDecayWave8 ( u8 i)
inlineprivate

Definition at line 213 of file twinklefox.h.

213 {
214 if (i < 86) {
215 return i * 3;
216 } else {
217 i -= 86;
218 return 255 - (i + (i / 2));
219 }
220 }

Referenced by computeOneTwinkle().

+ Here is the caller graph for this function: