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

◆ geti8()

i8 fl::WaveSimulation1D::geti8 ( fl::size x) const

Definition at line 297 of file wave_simulation.cpp.

297 {
298 return static_cast<i8>(geti16(x) >> 8);
299}
int x
Definition simple.h:92
i16 geti16(fl::size x) const
signed char i8
Definition int.h:16

References geti16(), and x.

+ Here is the call graph for this function: