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

◆ abs()

static constexpr FASTLED_FORCE_INLINE u24x8 fl::u24x8::abs ( u24x8 x)
inlinestaticconstexpr

Definition at line 128 of file u24x8.h.

128 {
129 // For unsigned, abs is identity
130 return x;
131 }

References u24x8(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and fl::x.

+ Here is the call graph for this function: