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

◆ operator*

s16x16 operator* ( i32 scalar,
s16x16 fp )
friend

Definition at line 114 of file s16x16.h.

114 {
115 return s16x16::from_raw(scalar * fp.mValue);
116 }
static constexpr FASTLED_FORCE_INLINE s16x16 from_raw(i32 raw) FL_NOEXCEPT
Definition s16x16.h:54

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