|
FastLED 3.9.15
|
Definition at line 26 of file luminova.h.
#include <luminova.h>
Inheritance diagram for fl::Luminova:
Collaboration diagram for fl::Luminova:Classes | |
| struct | Particle |
Public Types | |
| using | Params = LuminovaParams |
Public Types inherited from fl::Fx | |
| using | DrawContext = ::fl::DrawContext |
Public Member Functions | |
| Luminova (const XYMap &xyMap, const Params ¶ms=Params()) | |
| void | draw (DrawContext context) override |
| fl::string | fxName () const override |
| void | setBlurAmount (u8 blur_amount) |
| void | setFadeAmount (u8 fade_amount) |
| void | setMaxParticles (int max_particles) |
| void | setPointGain (u8 point_gain) |
Public Member Functions inherited from fl::Fx2d | |
| Fx2d (const XYMap &xyMap) | |
| u16 | getHeight () const |
| u16 | getWidth () const |
| XYMap & | getXYMap () |
| const XYMap & | getXYMap () const |
| void | setXYMap (const XYMap &xyMap) |
| u16 | xyMap (u16 x, u16 y) const |
Public Member Functions inherited from fl::Fx | |
| Fx (u16 numLeds) | |
| u16 | getNumLeds () const |
| virtual bool | hasFixedFrameRate (float *fps) const |
| virtual void | pause (fl::u32 now) |
| virtual void | resume (fl::u32 now) |
Private Member Functions | |
| void | plotDot (fl::span< CRGB > leds, int x, int y, u8 v) const |
| void | plotSoftDot (fl::span< CRGB > leds, float fx, float fy, float s) const |
| void | resetParticle (Particle &p, fl::u32 tick) |
Private Attributes | |
| Params | mParams |
| fl::vector< Particle > | mParticles |
| fl::u32 | mTick = 0 |
Additional Inherited Members | |
Protected Member Functions inherited from fl::Fx | |
| virtual | ~Fx () FL_NOEXCEPT |
Protected Attributes inherited from fl::Fx2d | |
| XYMap | mXyMap |
Protected Attributes inherited from fl::Fx | |
| u16 | mNumLeds |