|
FastLED 3.9.15
|
Definition at line 85 of file animartrix.hpp.
#include <animartrix.hpp>
Inheritance diagram for fl::Animartrix:
Collaboration diagram for fl::Animartrix:Public Member Functions | |
| Animartrix (const Animartrix &)=delete | |
| Animartrix (const XYMap &xyMap, AnimartrixAnim which_animation) | |
| void | draw (DrawContext context) override |
| int | fxGet () const |
| Str | fxName () const override |
| void | fxNext (int fx=1) |
| int | fxNum () const |
| void | fxSet (int fx) |
| EOrder | getColorOrder () const |
| void | setColorOrder (EOrder order) |
Public Member Functions inherited from fl::Fx2d | |
| 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) | |
| uint16_t | getNumLeds () const |
| virtual bool | hasFixedFrameRate (float *fps) const |
| virtual void | pause (fl::u32 now) |
| virtual void | resume (fl::u32 now) |
Static Private Member Functions | |
| static const char * | getAnimartrixName (AnimartrixAnim animation) |
Private Attributes | |
| EOrder | color_order = RGB |
| AnimartrixAnim | current_animation = RGB_BLOBS5 |
| fl::unique_ptr< FastLEDANIMartRIX > | impl |
| CRGB * | leds = nullptr |
| AnimartrixAnim | prev_animation = NUM_ANIMATIONS |
Friends | |
| void | AnimartrixLoop (Animartrix &self, fl::u32 now) |
| class | FastLEDANIMartRIX |
Additional Inherited Members | |
Public Types inherited from fl::Fx | |
| using | DrawContext = _DrawContext |
Protected Member Functions inherited from fl::Fx | |
| virtual | ~Fx () |
Protected Attributes inherited from fl::Fx2d | |
| XYMap | mXyMap |
Protected Attributes inherited from fl::Fx | |
| uint16_t | mNumLeds |