|
FastLED 3.9.15
|
| CHSV fl::noiseRingHSV8 | ( | float | angle, |
| u32 | time, | ||
| float | radius = 1.0f ) |
Generate HSV8 (8-bit) noise for a ring pattern.
Calls noiseRingHSV16() and scales each component down to 8-bit.
| angle | Position around the ring (radians, 0 to 2π) |
| time | Animation time parameter |
| radius | Noise zoom level (level of detail). Larger values = coarser pattern, smaller = more detail (default 1.0) |
Definition at line 51 of file noise.cpp.hpp.
References fl::HSV16::h, noiseRingHSV16(), fl::HSV16::s, time(), and fl::HSV16::v.
Referenced by draw().
Here is the call graph for this function:
Here is the caller graph for this function: