FastLED 3.9.15
Loading...
Searching...
No Matches
fl::ScaleUp Class Reference

Detailed Description

Definition at line 43 of file scale_up.h.

#include <scale_up.h>

+ Inheritance diagram for fl::ScaleUp:
+ Collaboration diagram for fl::ScaleUp:

Public Member Functions

 ScaleUp (XYMap xymap, Fx2dPtr fx)
 
void draw (DrawContext context) override
 
void expand (const CRGB *input, CRGB *output, uint16_t width, uint16_t height, XYMap mXyMap)
 
fl::Str fxName () const override
 
- Public Member Functions inherited from fl::Fx2d
 Fx2d (const XYMap &xyMap)
 
uint16_t getHeight () const
 
uint16_t getWidth () const
 
XYMapgetXYMap ()
 
const XYMapgetXYMap () const
 
void setXYMap (const XYMap &xyMap)
 
uint16_t xyMap (uint16_t x, uint16_t y) 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 (uint32_t now)
 
virtual void resume (uint32_t now)
 
- Public Member Functions inherited from fl::Referent
virtual int ref_count () const
 

Private Member Functions

void noExpand (const CRGB *input, CRGB *output, uint16_t width, uint16_t height)
 

Private Attributes

Fx2dPtr mDelegate
 
fl::scoped_array< CRGBmSurface
 

Additional Inherited Members

- Public Types inherited from fl::Fx
using DrawContext = _DrawContext
 
- Protected Member Functions inherited from fl::Fx
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 inherited from fl::Fx2d
XYMap mXyMap
 
- Protected Attributes inherited from fl::Fx
uint16_t mNumLeds
 

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