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

◆ geti8()

int8_t fl::WaveSimulation2D::geti8 ( size_t x,
size_t y ) const

Definition at line 120 of file wave_simulation.cpp.

120 {
121 return static_cast<int8_t>(geti16(x, y) >> 8);
122}
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71
int16_t geti16(size_t x, size_t y) const

References geti16(), x, and y.

+ Here is the call graph for this function: