FastLED 3.9.15
|
void fill_noise8 | ( | CRGB * | leds, |
int | num_leds, | ||
uint8_t | octaves, | ||
uint16_t | x, | ||
int | scale, | ||
uint8_t | hue_octaves, | ||
uint16_t | hue_x, | ||
int | hue_scale, | ||
uint16_t | 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 871 of file noise.cpp.
References fill_raw_noise8(), hue_octaves, hue_scale, leds, octaves, scale, VARIABLE_LENGTH_ARRAY, and x.