|
FastLED 3.9.15
|
Definition at line 48 of file fire2012.h.
#include <fire2012.h>
Inheritance diagram for fl::Fire2012:
Collaboration diagram for fl::Fire2012:Public Member Functions | |
| Fire2012 (u16 num_leds, u8 cooling=55, u8 sparking=120, bool reverse_direction=false, const CRGBPalette16 &palette=(const CRGBPalette16 &) HeatColors_p) | |
| ~Fire2012 () FL_NOEXCEPT | |
| 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 (u16 numLeds) | |
| u16 | getNumLeds () const |
| virtual bool | hasFixedFrameRate (float *fps) const |
| virtual void | pause (fl::u32 now) |
| virtual void | resume (fl::u32 now) |
Private Attributes | |
| u8 | cooling |
| fl::vector_psram< u8 > | heat |
| CRGBPalette16 | palette |
| bool | reverse_direction |
| u8 | sparking |
Additional Inherited Members | |
Public Types inherited from fl::Fx | |
| using | DrawContext = ::fl::DrawContext |
Protected Member Functions inherited from fl::Fx | |
| virtual | ~Fx () FL_NOEXCEPT |
Protected Attributes inherited from fl::Fx1d | |
| XMap | mXMap |
Protected Attributes inherited from fl::Fx | |
| u16 | mNumLeds |