|
FastLED 3.9.15
|
| HSV16 fl::noiseRingHSV16 | ( | float | angle, |
| u32 | time, | ||
| float | radius = 1.0f ) |
Ring noise functions - sample three z-slices for independent component evolution.
Generate HSV16 noise for a ring pattern.
Samples three z-slices of 3D Perlin noise (at time, time+0x10000, time+0x20000) to create independent hue, saturation, and value components.
| 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 27 of file noise.cpp.hpp.
References cosf(), inoise16(), rescaleNoiseValue16(), sinf(), time(), x, and y.
Referenced by noiseRingHSV8().
Here is the call graph for this function:
Here is the caller graph for this function: