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

◆ min()

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

Definition at line 133 of file u24x8.h.

133 {
134 return a.mValue < b.mValue ? a : b;
135 }

References u24x8(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: