|
FastLED 3.9.15
|
| CRGB fl::noiseRingCRGB | ( | float | angle, |
| u32 | time, | ||
| float | radius = 1.0f ) |
Generate CRGB noise for a ring pattern.
Samples three z-slices of 3D Perlin noise to create independent red, green, and blue components (direct RGB, not HSV conversion).
| 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 63 of file noise.cpp.hpp.
References cosf(), inoise16(), rescaleNoiseValue16(), sinf(), time(), x, and y.
Here is the call graph for this function: