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

◆ TwinkleFox()

fl::TwinkleFox::TwinkleFox ( uint16_t num_leds)
inline

Definition at line 117 of file twinklefox.h.

118 : Fx1d(num_leds), backgroundColor(CRGB::Black),
123 }
Fx1d(uint16_t numLeds)
Definition fx1d.h:14
bool autoSelectBackgroundColor
Definition twinklefox.h:140
void chooseNextColorPalette(CRGBPalette16 &pal)
Definition twinklefox.h:300
uint8_t twinkleSpeed
Definition twinklefox.h:137
bool coolLikeIncandescent
Definition twinklefox.h:139
CRGBPalette16 targetPalette
Definition twinklefox.h:114
uint8_t twinkleDensity
Definition twinklefox.h:138
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:499
#define TWINKLE_SPEED
Definition twinklefox.h:89
#define AUTO_SELECT_BACKGROUND_COLOR
Definition twinklefox.h:103
#define TWINKLE_DENSITY
Definition twinklefox.h:94
#define COOL_LIKE_INCANDESCENT
Definition twinklefox.h:108

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: