FastLED 3.9.3
|
Definition at line 43 of file scale_up.hpp.
Public Member Functions | |
ScaleUp (XYMap xymap, FxGridRef fx) | |
void | lazyInit () override |
void | draw (DrawContext context) override |
void | expand (const CRGB *input, CRGB *output, uint16_t width, uint16_t height, XYMap mXyMap) |
const char * | fxName (int) const override |
Public Member Functions inherited from FxGrid | |
FxGrid (const XYMap &xyMap) | |
uint16_t | xyMap (uint16_t x, uint16_t y) const |
uint16_t | getHeight () const |
uint16_t | getWidth () const |
void | setXYMap (const XYMap &xyMap) |
XYMap & | getXYMap () |
const XYMap & | getXYMap () 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 () |
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 FxGrid | |
XYMap | mXyMap |
Protected Attributes inherited from Fx | |
uint16_t | mNumLeds |
|
inline |
Definition at line 45 of file scale_up.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 52 of file scale_up.hpp.
|
inline |
Definition at line 71 of file scale_up.hpp.
|
inlineoverridevirtual |
Implements Fx.
Definition at line 86 of file scale_up.hpp.
|
inlineoverridevirtual |
Reimplemented from Fx.
Definition at line 51 of file scale_up.hpp.