|
FastLED 3.9.15
|
Definition at line 17 of file pride2015.h.
#include <pride2015.h>
Inheritance diagram for fl::Pride2015:
Collaboration diagram for fl::Pride2015:Public Member Functions | |
| Pride2015 (u16 num_leds) | |
| void | draw (Fx::DrawContext context) override |
| fl::string | fxName () const override |
Public Member Functions inherited from fl::Fx1d | |
| Fx1d (u16 numLeds) | |
| void | setXmap (const XMap &xMap) |
| u16 | xyMap (u16 x) const |
Public Member Functions inherited from fl::Fx | |
| Fx (u16 numLeds) | |
| u16 | getNumLeds () const |
| virtual bool | hasFixedFrameRate (float *fps) const |
| virtual void | pause (fl::u32 now) |
| virtual void | resume (fl::u32 now) |
Private Attributes | |
| u16 | mHue16 = 0 |
| u16 | mLastMillis = 0 |
| u16 | mPseudotime = 0 |
Additional Inherited Members | |
Public Types inherited from fl::Fx | |
| using | DrawContext = ::fl::DrawContext |
Protected Member Functions inherited from fl::Fx | |
| virtual | ~Fx () FL_NOEXCEPT |
Protected Attributes inherited from fl::Fx1d | |
| XMap | mXMap |
Protected Attributes inherited from fl::Fx | |
| u16 | mNumLeds |