FastLED 3.9.15
|
void fill_raw_2dnoise16into8 | ( | uint8_t * | pData, |
int | width, | ||
int | height, | ||
uint8_t | octaves, | ||
uint32_t | x, | ||
int32_t | scalex, | ||
uint32_t | y, | ||
int32_t | scaley, | ||
uint32_t | time ) |
Fill a 2D 8-bit buffer with noise, using inoise16()
pData | the array of data to fill with noise values |
width | the width of the 2D buffer |
height | the height of the 2D buffer |
octaves | the number of octaves to use for noise. More octaves = more noise. |
x | x-axis coordinate on noise map (1D) |
scalex | the scale (distance) between x points when filling in noise |
y | y-axis coordinate on noise map (2D) |
scaley | the scale (distance) between y points when filling in noise |
time | the time position for the noise field |
References blend(), FASTLED_NAMESPACE_END, hue_octaves, hue_scale, hue_time, leds, octaves, scale, x, xscale, y, and yscale.