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

◆ operator*

u16x16 operator* ( u32 scalar,
u16x16 fp )
friend

Definition at line 110 of file u16x16.h.

110 {
111 return u16x16::from_raw(scalar * fp.mValue);
112 }
static constexpr FASTLED_FORCE_INLINE u16x16 from_raw(u32 raw) FL_NOEXCEPT
Definition u16x16.h:53

References u16x16(), FL_NOEXCEPT, and from_raw().