FastLED 3.9.15
|
|
extern |
8-Bit, fixed point implementation of Perlin's noise.
x | x-axis coordinate on noise map (1D) |
y | y-axis coordinate on noise map (2D) |
z | z-axis coordinate on noise map (3D) |
Definition at line 616 of file noise.cpp.
References inoise8_raw(), qadd8(), x, y, and z.
Referenced by fill_raw_2dnoise8(), fill_raw_noise8(), fillnoise8(), and fl::NoisePalette::fillnoise8().