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

◆ geti8()

i8 fl::WaveSimulation2D::geti8 ( fl::size x,
fl::size y ) const

Definition at line 123 of file wave_simulation.cpp.

123 {
124 return static_cast<i8>(geti16(x, y) >> 8);
125}
int y
Definition simple.h:93
int x
Definition simple.h:92
i16 geti16(fl::size x, fl::size y) const
signed char i8
Definition int.h:16

References geti16(), x, and y.

+ Here is the call graph for this function: