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

◆ operator* [2/2]

s16x16 operator* ( s16x16 a,
s0x32 b )
friend

Definition at line 660 of file fixed_point.h.

660 {
661 return b * a;
662}

References s0x32(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.