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