|
FastLED 3.9.15
|
Definition at line 110 of file twinklefox.h.
#include <twinklefox.h>
Inheritance diagram for fl::TwinkleFox:
Collaboration diagram for fl::TwinkleFox:Public Member Functions | |
| TwinkleFox (uint16_t num_leds) | |
| void | chooseNextColorPalette (CRGBPalette16 &pal) |
| void | draw (DrawContext context) override |
| fl::string | fxName () const override |
Public Member Functions inherited from fl::Fx1d | |
| Fx1d (u16 numLeds) | |
| void | setXmap (const XMap &xMap) |
| u16 | xyMap (u16 x) const |
Public Member Functions inherited from fl::Fx | |
| Fx (uint16_t numLeds) | |
| uint16_t | getNumLeds () const |
| virtual bool | hasFixedFrameRate (float *fps) const |
| virtual void | pause (fl::u32 now) |
| virtual void | resume (fl::u32 now) |
Public Attributes | |
| CRGBPalette16 | currentPalette |
| CRGBPalette16 | targetPalette |
Private Member Functions | |
| uint8_t | attackDecayWave8 (uint8_t i) |
| CRGB | computeOneTwinkle (fl::u32 ms, uint8_t salt) |
| void | coolLikeIncandescentFunction (CRGB &c, uint8_t phase) |
| void | drawTwinkleFox (CRGB *leds) |
Private Attributes | |
| bool | autoSelectBackgroundColor |
| CRGB | backgroundColor |
| bool | coolLikeIncandescent |
| uint8_t | twinkleDensity |
| uint8_t | twinkleSpeed |
Additional Inherited Members | |
Public Types inherited from fl::Fx | |
| using | DrawContext = _DrawContext |
Protected Member Functions inherited from fl::Fx | |
| virtual | ~Fx () |
Protected Attributes inherited from fl::Fx1d | |
| XMap | mXMap |
Protected Attributes inherited from fl::Fx | |
| uint16_t | mNumLeds |