|
FastLED 3.9.15
|
#include <video.h>
Inheritance diagram for fl::VideoFxWrapper:
Collaboration diagram for fl::VideoFxWrapper:Public Member Functions | |
| VideoFxWrapper (FxPtr fx) | |
| ~VideoFxWrapper () FL_NOEXCEPT override | |
| void | draw (DrawContext context) override |
| string | fxName () const override |
| void | setFade (fl::u32 fadeInTime, fl::u32 fadeOutTime) |
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 | |
| memorybufPtr | mByteStream |
| float | mFps = 30.0f |
| FxPtr | mFx |
| VideoImplPtr | mVideo |
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 |