FastLED
3.9.15
Loading...
Searching...
No Matches
◆
as_uint32_t()
uint32_t CRGB::as_uint32_t
(
)
const
inline
constexpr
noexcept
Definition at line
122
of file
crgb.h
.
122
{
123
return
uint32_t(0xff000000) |
124
(uint32_t{r} << 16) |
125
(uint32_t{g} << 8) |
126
uint32_t{b};
127
}
CRGB
Generated on Thu May 29 2025 04:44:58 for FastLED by
1.13.2