|
FastLED 3.9.15
|
| void fill_raw_2dnoise16 | ( | fl::u16 * | pData, |
| int | width, | ||
| int | height, | ||
| fl::u8 | octaves, | ||
| fl::q88 | freq88, | ||
| fract16 | amplitude, | ||
| int | skip, | ||
| fl::u32 | x, | ||
| fl::i32 | scalex, | ||
| fl::u32 | y, | ||
| fl::i32 | scaley, | ||
| fl::u32 | time ) |
Fill a 2D 16-bit buffer with noise, using inoise16()
| freq88 | starting octave frequency |
| amplitude | noise amplitude |
| skip | how many noise maps to skip over, incremented recursively per octave |
Definition at line 756 of file noise.cpp.hpp.
References fill_raw_2dnoise16(), inoise16(), octaves, x, and y.
Referenced by fill_raw_2dnoise16().
Here is the call graph for this function:
Here is the caller graph for this function: