|
FastLED 3.9.15
|
Definition at line 49 of file fire2012.h.
#include <fire2012.h>
Inheritance diagram for fl::Fire2012:
Collaboration diagram for fl::Fire2012:Public Member Functions | |
| Fire2012 (uint16_t num_leds, uint8_t cooling=55, uint8_t sparking=120, bool reverse_direction=false, const CRGBPalette16 &palette=(const CRGBPalette16 &) HeatColors_p) | |
| ~Fire2012 () | |
| 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) |
Private Attributes | |
| uint8_t | cooling |
| fl::vector< uint8_t, fl::allocator_psram< uint8_t > > | heat |
| CRGBPalette16 | palette |
| bool | reverse_direction |
| uint8_t | sparking |
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 |