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

◆ s4x12() [3/5]

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

Definition at line 35 of file s4x12.h.

36 : mValue(detail::int_to_fixed<INT_BITS, FRAC_BITS>::from_signed(n)) {}
i16 mValue
Definition s4x12.h:301

References FL_NOEXCEPT.