FastLED
3.9.15
Loading...
Searching...
No Matches
◆
map16_to_32()
u32 fl::map16_to_32
(
u16
x
)
inline
Deprecated
Use int_scale<uint16_t, uint32_t>() instead
Examples
/home/runner/work/FastLED/FastLED/src/fl/math/intmap.h
.
Definition at line
60
of file
intmap.h
.
60
{
61
return
fl::int_scale<u16, u32>(
x
);
62
}
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