FastLED
3.9.15
Loading...
Searching...
No Matches
◆
map8_to_32()
LIB8STATIC_ALWAYS_INLINE
uint32_t map8_to_32
(
uint8_t
x
)
Definition at line
59
of file
intmap.h
.
59
{
60
return
uint32_t(
x
) * 0x1010101;
61
}
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