FastLED 3.9.15
Loading...
Searching...
No Matches

◆ fill_raw_2dnoise8() [3/3]

void fill_raw_2dnoise8 ( fl::u8 * pData,
int width,
int height,
fl::u8 octaves,
fl::u16 x,
int scalex,
fl::u16 y,
int scaley,
fl::u16 time )

Definition at line 752 of file noise.cpp.hpp.

752 {
753 fill_raw_2dnoise8(pData, width, height, octaves, fl::q44(2,0), 128, 1, x, scalex, y, scaley, time);
754}
int y
Definition simple.h:93
int x
Definition simple.h:92
uint8_t octaves
qfx< u8, 4, 4 > q44
A 4.4 integer (4 bits integer, 4 bits fraction)
Definition qfx.h:45
void fill_raw_2dnoise8(fl::u8 *pData, int width, int height, fl::u8 octaves, fl::q44 freq44, fract8 amplitude, int skip, fl::u16 x, fl::i16 scalex, fl::u16 y, fl::i16 scaley, fl::u16 time)
Fill a 2D 8-bit buffer with noise, using inoise8()

References fill_raw_2dnoise8(), octaves, x, and y.

+ Here is the call graph for this function: