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

◆ max()

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

Definition at line 137 of file u24x8.h.

137 {
138 return a.mValue > b.mValue ? a : b;
139 }

References u24x8(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: