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

◆ operator*() [2/3]

FASTLED_FORCE_INLINE s0x32 fl::fl::s0x32::operator* ( s0x32 b) const
inlineconstexpr

Definition at line 99 of file s16x16x4.h.

100 {
101 return max(lo).min(hi);
102 }
103
static constexpr FASTLED_FORCE_INLINE s0x32 min(s0x32 a, s0x32 b) FL_NOEXCEPT
Definition s16x16x4.h:156
static constexpr FASTLED_FORCE_INLINE s0x32 max(s0x32 a, s0x32 b) FL_NOEXCEPT
Definition s16x16x4.h:160