FastLED
3.9.15
Loading...
Searching...
No Matches
◆
map16_to_32()
LIB8STATIC_ALWAYS_INLINE
uint32_t map16_to_32
(
uint16_t
x
)
Definition at line
29
of file
intmap.h
.
29
{
30
return
uint32_t(
x
) * 0x10001;
31
}
x
int x
Definition
simple.h:92
References
LIB8STATIC_ALWAYS_INLINE
, and
x
.
Integer Mapping Functions
Generated on Fri Aug 22 2025 20:59:35 for FastLED by
1.13.2