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

◆ attackDecayWave8()

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

Definition at line 217 of file twinklefox.h.

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

Referenced by computeOneTwinkle().

+ Here is the caller graph for this function: