|
FastLED 3.9.15
|
| void fill_noise8 | ( | CRGB * | leds, |
| int | num_leds, | ||
| fl::u8 | octaves, | ||
| fl::u16 | x, | ||
| int | scale, | ||
| fl::u8 | hue_octaves, | ||
| fl::u16 | hue_x, | ||
| int | hue_scale, | ||
| fl::u16 | time ) |
Fill an LED array with random colors, using 8-bit noise.
| leds | pointer to LED array |
| num_leds | the number of LEDs to fill |
| octaves | the number of octaves to use for value (brightness) noise |
| x | x-axis coordinate on noise map for value (brightness) noise |
| scale | the scale (distance) between x points when filling in value (brightness) noise |
| hue_octaves | the number of octaves to use for color hue noise |
| hue_x | x-axis coordinate on noise map for color hue noise |
| hue_scale | the scale (distance) between x points when filling in color hue noise |
| time | the time position for the noise field |
Definition at line 831 of file noise.cpp.hpp.
References FASTLED_STACK_ARRAY, fill_raw_noise8(), H, hue_octaves, hue_scale, leds, fl::memset(), octaves, scale, and x.
Here is the call graph for this function: