|
FastLED 3.9.15
|
| void fl::third_party::hexwave::hexwave_change | ( | HexWave * | hex, |
| int32_t | reflect, | ||
| float | peak_time, | ||
| float | half_height, | ||
| float | zero_wait ) |
Change oscillator waveform parameters (takes effect at next cycle boundary)
| hex | Pointer to HexWave structure |
| reflect | Is tested as 0 or non-zero |
| peak_time | Is clamped to 0..1 |
| half_height | Is not clamped |
| zero_wait | Is clamped to 0..1 |
Definition at line 59 of file stb_hexwave.cpp.hpp.
References FL_NOEXCEPT, fl::hex, and hexwave_clamp.
Referenced by hexwave_create().
Here is the caller graph for this function: