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

◆ TwinkleFox()

fl::TwinkleFox::TwinkleFox ( u16 num_leds)
inline

Definition at line 113 of file twinklefox.h.

114 : Fx1d(num_leds), backgroundColor(CRGB::Black),
119 }
Fx1d(u16 numLeds)
Definition fx1d.h:12
bool autoSelectBackgroundColor
Definition twinklefox.h:136
void chooseNextColorPalette(CRGBPalette16 &pal)
Definition twinklefox.h:296
bool coolLikeIncandescent
Definition twinklefox.h:135
CRGBPalette16 targetPalette
Definition twinklefox.h:110
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:510
#define TWINKLE_SPEED
Definition twinklefox.h:85
#define AUTO_SELECT_BACKGROUND_COLOR
Definition twinklefox.h:99
#define TWINKLE_DENSITY
Definition twinklefox.h:90
#define COOL_LIKE_INCANDESCENT
Definition twinklefox.h:104

References fl::Fx1d::Fx1d(), AUTO_SELECT_BACKGROUND_COLOR, autoSelectBackgroundColor, backgroundColor, chooseNextColorPalette(), COOL_LIKE_INCANDESCENT, coolLikeIncandescent, targetPalette, TWINKLE_DENSITY, TWINKLE_SPEED, twinkleDensity, and twinkleSpeed.

+ Here is the call graph for this function: