FastLED 3.9.15
Loading...
Searching...
No Matches

◆ u8x24() [3/5]

template<typename IntT, detail::enable_if_integer_t< IntT > = 0>
fl::u8x24::u8x24 ( IntT n)
inlineexplicitconstexpr

Definition at line 35 of file u8x24.h.

36 : mValue(detail::int_to_fixed<INT_BITS, FRAC_BITS>::from_unsigned(n)) {}
u32 mValue
Definition u8x24.h:184

References FL_NOEXCEPT.