FastLED 3.9.15
|
void fill_raw_noise16into8 | ( | uint8_t * | pData, |
uint8_t | num_points, | ||
uint8_t | octaves, | ||
uint32_t | x, | ||
int | scalex, | ||
uint32_t | time ) |
Fill a 1D 8-bit buffer with noise, using inoise16()
pData | the array of data to fill with noise values |
num_points | the number of points of noise to compute |
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 |
time | the time position for the noise field |
Definition at line 728 of file noise.cpp.
References inoise16(), octaves, scale, and x.
Referenced by fill_noise16().