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

◆ attackDecayWave8()

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

Definition at line 215 of file twinklefox.h.

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

Referenced by computeOneTwinkle().

+ Here is the caller graph for this function: