FastLED 3.9.7
Loading...
Searching...
No Matches
fl::VideoFxWrapper Class Reference

Detailed Description

Definition at line 86 of file video.h.

+ Inheritance diagram for fl::VideoFxWrapper:

Public Member Functions

 VideoFxWrapper (FxPtr fx)
 
void draw (DrawContext context) override
 
Str fxName () const override
 
- Public Member Functions inherited from fl::Fx1d
 Fx1d (uint16_t numLeds)
 
void setXmap (const XMap &xMap)
 
uint16_t xyMap (uint16_t x) const
 
- Public Member Functions inherited from fl::Fx
 Fx (uint16_t numLeds)
 
virtual bool hasFixedFrameRate (float *fps) const
 
virtual void pause (uint32_t now)
 
virtual void resume (uint32_t now)
 
uint16_t getNumLeds () const
 
- Public Member Functions inherited from fl::Referent
virtual int ref_count () const
 

Additional Inherited Members

- Public Types inherited from fl::Fx
using DrawContext = _DrawContext
 
- Protected Member Functions inherited from fl::Referent
 Referent (const Referent &)
 
Referentoperator= (const Referent &)
 
 Referent (Referent &&)
 
Referentoperator= (Referent &&)
 
virtual void ref ()
 
virtual void unref ()
 
virtual void destroy ()
 
- Protected Attributes inherited from fl::Fx1d
XMap mXMap
 
- Protected Attributes inherited from fl::Fx
uint16_t mNumLeds
 

Constructor & Destructor Documentation

◆ VideoFxWrapper()

fl::VideoFxWrapper::VideoFxWrapper ( FxPtr fx)

Definition at line 163 of file video.cpp.

Member Function Documentation

◆ draw()

void fl::VideoFxWrapper::draw ( DrawContext context)
overridevirtual
Parameters
nowThe current time in milliseconds. Fx writers are encouraged to use this instead of millis() directly as this will more deterministic behavior.

Implements fl::Fx.

Definition at line 181 of file video.cpp.

◆ fxName()

Str fl::VideoFxWrapper::fxName ( ) const
overridevirtual

Implements fl::Fx.

Definition at line 175 of file video.cpp.


The documentation for this class was generated from the following files: