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

◆ u24x8() [3/5]

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

Definition at line 34 of file u24x8.h.

35 : mValue(detail::int_to_fixed<INT_BITS, FRAC_BITS>::from_unsigned(n)) {}
u32 mValue
Definition u24x8.h:188

References FL_NOEXCEPT.