FastLED 3.9.3
|
Definition at line 49 of file fire2012.hpp.
Public Member Functions | |
Fire2012 (uint16_t num_leds, uint8_t cooling=55, uint8_t sparking=120, bool reverse_direction=false, const CRGBPalette16 &palette=HeatColors_p) | |
void | draw (DrawContext context) override |
const char * | fxName (int) const override |
Public Member Functions inherited from FxStrip | |
FxStrip (uint16_t numLeds) | |
void | setXmap (const XMap &xMap) |
uint16_t | xyMap (uint16_t x) const |
Public Member Functions inherited from Fx | |
Fx (uint16_t numLeds) | |
virtual bool | hasAlphaChannel () const |
virtual bool | hasFixedFrameRate (float *fps) const |
virtual int | fxNum () const |
virtual void | fxSet (int fx) |
virtual void | fxNext (int fx=1) |
virtual int | fxGet () const |
virtual void | pause () |
virtual void | resume () |
virtual void | destroy () |
virtual void | lazyInit () |
uint16_t | getNumLeds () const |
Public Member Functions inherited from Referent | |
virtual int | ref_count () const |
Additional Inherited Members | |
Public Types inherited from Fx | |
using | DrawContext = _DrawContext |
Protected Member Functions inherited from Referent | |
Referent (const Referent &) | |
Referent & | operator= (const Referent &) |
Referent (Referent &&) | |
Referent & | operator= (Referent &&) |
virtual void | ref () |
virtual void | unref () |
Protected Attributes inherited from FxStrip | |
XMap | mXMap |
Protected Attributes inherited from Fx | |
uint16_t | mNumLeds |
|
inline |
Definition at line 51 of file fire2012.hpp.
|
inline |
Definition at line 59 of file fire2012.hpp.
|
inlineoverridevirtual |
now | The current time in milliseconds. Fx writers are encouraged to use this instead of millis() directly as this will more deterministic behavior. |
Implements Fx.
Definition at line 61 of file fire2012.hpp.
|
inlineoverridevirtual |
Implements Fx.
Definition at line 100 of file fire2012.hpp.