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

◆ abs()

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

Definition at line 130 of file u8x8.h.

130 {
131 // Unsigned values are always non-negative
132 return x;
133 }

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

+ Here is the call graph for this function: