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

◆ fill_raw_2dnoise8() [2/3]

void fill_raw_2dnoise8 ( uint8_t * pData,
int width,
int height,
uint8_t octaves,
uint16_t x,
int scalex,
uint16_t y,
int scaley,
uint16_t time )

Definition at line 792 of file noise.cpp.

792 {
793 fill_raw_2dnoise8(pData, width, height, octaves, q44(2,0), 128, 1, x, scalex, y, scaley, time);
794}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:81
uint8_t octaves
qfx< uint8_t, 4, 4 > q44
A 4.4 integer (4 bits integer, 4 bits fraction)
Definition qfx.h:48
void fill_raw_2dnoise8(uint8_t *pData, int width, int height, uint8_t octaves, q44 freq44, fract8 amplitude, int skip, uint16_t x, int16_t scalex, uint16_t y, int16_t scaley, uint16_t time)
Fill a 2D 8-bit buffer with noise, using inoise8()
Definition noise.cpp:758

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

+ Here is the call graph for this function: