FastLED
3.9.15
Loading...
Searching...
No Matches
◆
setf()
void fl::WaveFx::setf
(
size_t
x
,
size_t
y
,
float
value
)
inline
Definition at line
120
of file
wave.h
.
120
{
121
// Set the value at the given coordinates in the wave simulation.
122
mWaveSim
.setf(
x
,
y
, value);
123
}
y
int y
Definition
Audio.ino:72
x
int x
Definition
Audio.ino:71
fl::WaveFx::mWaveSim
WaveSimulation2D mWaveSim
Definition
wave.h:165
References
mWaveSim
,
x
, and
y
.
fl
WaveFx
Generated on Thu May 29 2025 04:44:59 for FastLED by
1.13.2