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

◆ operator*

u8x8 operator* ( u16 scalar,
u8x8 fp )
friend

Definition at line 97 of file u8x8.h.

97 {
98 return u8x8::from_raw(scalar * fp.mValue);
99 }
static constexpr FASTLED_FORCE_INLINE u8x8 from_raw(u16 raw) FL_NOEXCEPT
Definition u8x8.h:53

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