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

Detailed Description

Definition at line 13 of file redsquare.h.

+ Inheritance diagram for fl::RedSquare:

Classes

struct  Math
 

Public Member Functions

 RedSquare (XYMap xymap)
 
void draw (DrawContext context) override
 
fl::Str fxName () const override
 
- Public Member Functions inherited from fl::Fx2d
 Fx2d (const XYMap &xyMap)
 
uint16_t xyMap (uint16_t x, uint16_t y) const
 
uint16_t getHeight () const
 
uint16_t getWidth () const
 
void setXYMap (const XYMap &xyMap)
 
XYMapgetXYMap ()
 
const XYMapgetXYMap () 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::Fx2d
XYMap mXyMap
 
- Protected Attributes inherited from fl::Fx
uint16_t mNumLeds
 

Constructor & Destructor Documentation

◆ RedSquare()

fl::RedSquare::RedSquare ( XYMap xymap)
inline

Definition at line 19 of file redsquare.h.

Member Function Documentation

◆ draw()

void fl::RedSquare::draw ( DrawContext context)
inlineoverridevirtual
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 21 of file redsquare.h.

◆ fxName()

fl::Str fl::RedSquare::fxName ( ) const
inlineoverridevirtual

Implements fl::Fx.

Definition at line 43 of file redsquare.h.


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