|
FastLED 3.9.15
|
|
inline |
Construct with all parameters.
| factor | Supersampling quality (higher = smoother but slower) |
| half_duplex | If true, waves only go positive (no negative values) |
| auto_updates | If true, automatically advance simulation each frame |
| speed | Wave propagation speed (0.0 to 1.0, typical: 0.1-0.3) |
| dampening | Energy loss rate (higher = waves die faster, typical: 3-10) |
| crgbMap | Custom color mapper (nullptr uses default grayscale) |
Definition at line 112 of file wave.h.
References WaveFxArgs(), auto_updates, crgbMap, dampening, factor, half_duplex, and speed.
Here is the call graph for this function: