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
119
of file
wave.h
.
119
{
120
// Set the value at the given coordinates in the wave simulation.
121
mWaveSim
.setf(
x
,
y
, value);
122
}
x
uint32_t x[NUM_LAYERS]
Definition
Fire2023.ino:80
y
uint32_t y[NUM_LAYERS]
Definition
Fire2023.ino:81
fl::WaveFx::mWaveSim
WaveSimulation2D mWaveSim
Definition
wave.h:164
References
mWaveSim
,
x
, and
y
.
fl
WaveFx
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2