|
FastLED 3.9.15
|
Definition at line 12 of file noisewave.h.
#include <noisewave.h>
Inheritance diagram for fl::NoiseWave:
Collaboration diagram for fl::NoiseWave:Public Member Functions | |
| NoiseWave (uint16_t num_leds) | |
| void | draw (DrawContext context) override |
| fl::string | fxName () const override |
Public Member Functions inherited from fl::Fx1d | |
| Fx1d (u16 numLeds) | |
| void | setXmap (const XMap &xMap) |
| u16 | xyMap (u16 x) 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) |
Private Attributes | |
| NoiseGenerator | noiseGeneratorBlue |
| NoiseGenerator | noiseGeneratorRed |
| fl::u32 | start_time = 0 |
Additional Inherited Members | |
Public Types inherited from fl::Fx | |
| using | DrawContext = _DrawContext |
Protected Member Functions inherited from fl::Fx | |
| virtual | ~Fx () |
Protected Attributes inherited from fl::Fx1d | |
| XMap | mXMap |
Protected Attributes inherited from fl::Fx | |
| uint16_t | mNumLeds |