FastLED 3.9.15
Loading...
Searching...
No Matches
fl::Fx Class Referenceabstract

Detailed Description

Definition at line 18 of file fx.h.

#include <fx.h>

+ Inheritance diagram for fl::Fx:
+ Collaboration diagram for fl::Fx:

Public Types

using DrawContext = _DrawContext
 

Public Member Functions

 Fx (uint16_t numLeds)
 
virtual void draw (DrawContext context)=0
 
virtual fl::Str fxName () const =0
 
uint16_t getNumLeds () const
 
virtual bool hasFixedFrameRate (float *fps) const
 
virtual void pause (uint32_t now)
 
virtual void resume (uint32_t now)
 
- Public Member Functions inherited from fl::Referent
virtual int ref_count () const
 

Protected Member Functions

virtual ~Fx ()
 
- Protected Member Functions inherited from fl::Referent
 Referent ()
 
 Referent (const Referent &)
 
 Referent (Referent &&)
 
virtual ~Referent ()
 
virtual void destroy ()
 
Referentoperator= (const Referent &)
 
Referentoperator= (Referent &&)
 
virtual void ref ()
 
virtual void unref ()
 

Protected Attributes

uint16_t mNumLeds
 

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