FastLED
3.9.15
Loading...
Searching...
No Matches
◆
addf()
void fl::WaveFx::addf
(
size_t
x
,
size_t
y
,
float
value
)
inline
Definition at line
129
of file
wave.h
.
129
{
130
// Add a value at the given coordinates in the wave simulation.
131
float
sum = value +
mWaveSim
.getf(
x
,
y
);
132
mWaveSim
.setf(
x
,
y
,
MIN
(1.0f, sum));
133
}
x
uint32_t x[NUM_LAYERS]
Definition
Fire2023.ino:82
y
uint32_t y[NUM_LAYERS]
Definition
Fire2023.ino:83
fl::WaveFx::mWaveSim
WaveSimulation2D mWaveSim
Definition
wave.h:169
MIN
#define MIN(a, b)
Definition
math_macros.h:15
References
MIN
,
mWaveSim
,
x
, and
y
.
fl
WaveFx
Generated on Mon Jun 16 2025 06:27:50 for FastLED by
1.13.2