FastLED
3.9.15
Loading...
Searching...
No Matches
◆
map8_to_32()
u32 fl::map8_to_32
(
u8
x
)
inline
Deprecated
Use int_scale<uint8_t, uint32_t>() instead
Examples
/home/runner/work/FastLED/FastLED/src/fl/math/intmap.h
.
Definition at line
54
of file
intmap.h
.
54
{
55
return
fl::int_scale<u8, u32>(
x
);
56
}
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