FastLED 3.9.15
|
|
extern |
8-bit, fixed point implementation of Perlin's noise without scaling.
Coordinates are 8.8 fixed point values, 16-bit integers with integral coordinates in the high 8-bits and fractional in the low 8-bits.
x | x-axis coordinate on noise map (1D) |
Definition at line 669 of file noise.cpp.
References grad8(), lerp7by8(), P, and x.