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

◆ min()

static constexpr FASTLED_FORCE_INLINE u8x24 fl::u8x24::min ( u8x24 a,
u8x24 b )
inlinestaticconstexpr

Definition at line 129 of file u8x24.h.

129 {
130 return a.mValue < b.mValue ? a : b;
131 }

References u8x24(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: