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

◆ TwinkleFox()

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

Definition at line 115 of file twinklefox.h.

116 : Fx1d(num_leds), backgroundColor(CRGB::Black),
121 }
Fx1d(uint16_t numLeds)
Definition fx1d.h:14
bool autoSelectBackgroundColor
Definition twinklefox.h:138
void chooseNextColorPalette(CRGBPalette16 &pal)
Definition twinklefox.h:298
uint8_t twinkleSpeed
Definition twinklefox.h:135
bool coolLikeIncandescent
Definition twinklefox.h:137
CRGBPalette16 targetPalette
Definition twinklefox.h:112
uint8_t twinkleDensity
Definition twinklefox.h:136
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:504
#define TWINKLE_SPEED
Definition twinklefox.h:87
#define AUTO_SELECT_BACKGROUND_COLOR
Definition twinklefox.h:101
#define TWINKLE_DENSITY
Definition twinklefox.h:92
#define COOL_LIKE_INCANDESCENT
Definition twinklefox.h:106

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: