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