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

◆ getu8()

uint8_t fl::WaveFx::getu8 ( size_t x,
size_t y ) const
inline

Definition at line 130 of file wave.h.

130 {
131 // Get the 8-bit value at the given coordinates in the wave simulation.
132 return mWaveSim.getu8(x, y);
133 }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:81
WaveSimulation2D mWaveSim
Definition wave.h:164

References mWaveSim, x, and y.