FastLED
3.9.15
Loading...
Searching...
No Matches
◆
half_duplex_blend_linear()
fl::u8
anonymous_namespace{wave_simulation.cpp}::half_duplex_blend_linear
(
fl::u16
x
)
Definition at line
25
of file
wave_simulation.cpp
.
25
{
26
x
=
MIN
(
x
, 32767);
// Q15
27
x
*= 2;
28
return
x
>> 8;
29
}
x
int x
Definition
simple.h:92
MIN
#define MIN(a, b)
Definition
math_macros.h:41
References
MIN
, and
x
.
anonymous_namespace{wave_simulation.cpp}
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2