|
FastLED 3.9.15
|
#include <wave.h>
Inheritance diagram for fl::WaveFx:
Collaboration diagram for fl::WaveFx:Public Types | |
| using | Args = WaveFxArgs |
Public Types inherited from fl::Fx | |
| using | DrawContext = _DrawContext |
Public Member Functions | |
| WaveFx (const XYMap &xymap, Args args=Args()) | |
| void | addf (size_t x, size_t y, float value) |
| void | draw (DrawContext context) override |
| fl::string | fxName () const override |
| uint8_t | getu8 (size_t x, size_t y) const |
| bool | getUseChangeGrid () const |
| void | setAutoUpdate (bool autoUpdate) |
| void | setCrgbMap (WaveCrgbMapPtr crgbMap) |
| void | setDampening (float dampening) |
| void | setEasingMode (U8EasingFunction mode) |
| void | setf (size_t x, size_t y, float value) |
| void | setHalfDuplex (bool on) |
| void | setSpeed (float speed) |
| void | setSuperSample (SuperSample factor) |
| void | setUseChangeGrid (bool enabled) |
| void | setXCylindrical (bool on) |
| void | update () |
Public Member Functions inherited from fl::Fx2d | |
| Fx2d (const XYMap &xyMap) | |
| uint16_t | getHeight () const |
| uint16_t | getWidth () const |
| XYMap & | getXYMap () |
| const XYMap & | getXYMap () 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 (fl::u32 now) |
| virtual void | resume (fl::u32 now) |
Public Attributes | |
| bool | mAutoUpdates = true |
| WaveCrgbMapPtr | mCrgbMap |
| WaveSimulation2D | mWaveSim |
Additional Inherited Members | |
Protected Member Functions inherited from fl::Fx | |
| virtual | ~Fx () |
Protected Attributes inherited from fl::Fx2d | |
| XYMap | mXyMap |
Protected Attributes inherited from fl::Fx | |
| uint16_t | mNumLeds |