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

◆ operator*

s8x8 operator* ( i16 scalar,
s8x8 fp )
friend

Definition at line 100 of file s8x8.h.

100 {
101 return s8x8::from_raw(scalar * fp.mValue);
102 }
static constexpr FASTLED_FORCE_INLINE s8x8 from_raw(i16 raw) FL_NOEXCEPT
Definition s8x8.h:53

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