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

◆ min()

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

Definition at line 135 of file u8x8.h.

135 {
136 return a < b ? a : b;
137 }

References u8x8(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: