FastLED
3.9.15
Loading...
Searching...
No Matches
◆
addf()
[2/2]
void WaveEffect::addf
(
size_t
x
,
size_t
y
,
float
value
)
inline
Definition at line
17
of file
wave.h
.
17
{
18
wave_fx_low
->addf(
x
,
y
, value);
19
wave_fx_high
->addf(
x
,
y
, value);
20
}
y
int y
Definition
simple.h:93
x
int x
Definition
simple.h:92
WaveEffect::wave_fx_low
WaveFxPtr wave_fx_low
Definition
wave.h:13
WaveEffect::wave_fx_high
WaveFxPtr wave_fx_high
Definition
wave.h:14
References
wave_fx_high
,
wave_fx_low
,
x
, and
y
.
WaveEffect
Generated on Fri Aug 22 2025 20:59:35 for FastLED by
1.13.2