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

◆ operator*() [4/6]

FASTLED_FORCE_INLINE s16x16 fl::operator* ( s16x16 a,
s0x32 b )
constexpr

Definition at line 660 of file fixed_point.h.

660 {
661 return b * a;
662}