|
FastLED 3.9.15
|
#include <video.h>
Inheritance diagram for fl::VideoFxWrapper:
Collaboration diagram for fl::VideoFxWrapper:Public Member Functions | |
| VideoFxWrapper (FxPtr fx) | |
| ~VideoFxWrapper () override | |
| void | draw (DrawContext context) override |
| Str | 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 (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) |
Private Attributes | |
| ByteStreamMemoryPtr | mByteStream |
| float | mFps = 30.0f |
| FxPtr | mFx |
| VideoImplPtr | mVideo |
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::Fx1d | |
| XMap | mXMap |
Protected Attributes inherited from fl::Fx | |
| uint16_t | mNumLeds |