|
FastLED 3.9.15
|
#include <fx.h>
Inheritance diagram for fl::Fx:Public Types | |
| using | DrawContext = ::fl::DrawContext |
Public Member Functions | |
| Fx (u16 numLeds) | |
| virtual void | draw (DrawContext context)=0 |
| virtual fl::string | fxName () const =0 |
| u16 | getNumLeds () const |
| virtual bool | hasFixedFrameRate (float *fps) const |
| virtual void | pause (fl::u32 now) |
| virtual void | resume (fl::u32 now) |
Protected Member Functions | |
| virtual | ~Fx () FL_NOEXCEPT |
Protected Attributes | |
| u16 | mNumLeds |