FastLED
3.9.15
Loading...
Searching...
No Matches
◆
map32_to_8()
u8
fl::map32_to_8
(
u32
x
)
inline
Deprecated
Use int_scale<uint32_t, uint8_t>() instead
Examples
/home/runner/work/FastLED/FastLED/src/fl/math/intmap.h
.
Definition at line
77
of file
intmap.h
.
77
{
78
return
fl::int_scale<u32, u8>(
x
);
79
}
fl::x
x
Definition
transposition.cpp.hpp:24
References
FL_NOEXCEPT
, and
x
.
fl
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2