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

◆ alpha8() [2/4]

template<typename IntT, alpha_detail::enable_if_integer_t< IntT > = 0>
fl::alpha8::alpha8 ( IntT v)
inlineconstexpr

Definition at line 49 of file alpha.h.

49: value(static_cast<unsigned char>(v)) {} // NOLINT — implicit by design
unsigned char value
Definition alpha.h:43

References FL_NOEXCEPT.