|
FastLED 3.9.15
|
Default wave-to-color mapper producing grayscale output.
Maps wave amplitudes to grayscale colors where:
#include <wave.h>
Inheritance diagram for fl::WaveCrgbMapDefault:
Collaboration diagram for fl::WaveCrgbMapDefault:Public Member Functions | |
| void | mapWaveToLEDs (const XYMap &xymap, WaveSimulation2D &waveSim, fl::span< CRGB > leds) override |
| Map wave values to grayscale LED colors. | |
Public Member Functions inherited from fl::WaveCrgbMap | |
| virtual | ~WaveCrgbMap () FL_NOEXCEPT=default |