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

◆ setf()

void fl::WaveSimulation2D_Real::setf ( size_t x,
size_t y,
float value )

Definition at line 212 of file wave_simulation_real.cpp.

212 {
213 int16_t v = float_to_fixed(value);
214 return seti16(x, y, v);
215}
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71
void seti16(size_t x, size_t y, int16_t value)
int16_t float_to_fixed(float f)

References fl::wave_detail::float_to_fixed(), seti16(), x, and y.

+ Here is the call graph for this function: