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