FastLED
3.9.15
Loading...
Searching...
No Matches
◆
fl_abs()
template<typename T>
T fl::fl_abs
(
T
value
)
inline
Definition at line
5
of file
math_macros.h
.
5
{
6
return
value < 0 ? -value : value;
7
}
fl
Generated on Sat May 24 2025 22:44:24 for FastLED by
1.13.2