|
FastLED 3.9.15
|
#include <fx2d.h>
Inheritance diagram for fl::Fx2d:
Collaboration diagram for fl::Fx2d:Public Member Functions | |
| Fx2d (const XYMap &xyMap) | |
| uint16_t | getHeight () const |
| uint16_t | getWidth () const |
| XYMap & | getXYMap () |
| const XYMap & | getXYMap () const |
| void | setXYMap (const XYMap &xyMap) |
| uint16_t | xyMap (uint16_t x, uint16_t y) const |
Public Member Functions inherited from fl::Fx | |
| Fx (uint16_t numLeds) | |
| virtual void | draw (DrawContext context)=0 |
| virtual fl::string | fxName () const =0 |
| uint16_t | getNumLeds () const |
| virtual bool | hasFixedFrameRate (float *fps) const |
| virtual void | pause (fl::u32 now) |
| virtual void | resume (fl::u32 now) |
Protected Attributes | |
| XYMap | mXyMap |
Protected Attributes inherited from fl::Fx | |
| uint16_t | mNumLeds |
Additional Inherited Members | |
Public Types inherited from fl::Fx | |
| using | DrawContext = _DrawContext |
Protected Member Functions inherited from fl::Fx | |
| virtual | ~Fx () |