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

◆ geti8()

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

Definition at line 138 of file wave_simulation.cpp.hpp.

138 {
139 return static_cast<i8>(geti16(x, y) >> 8);
140}
i16 geti16(fl::size x, fl::size y) const
signed char i8
Definition stdint.h:130

References geti16(), fl::x, and fl::y.

+ Here is the call graph for this function: