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

◆ mod()

static FASTLED_FORCE_INLINE u8x8 fl::u8x8::mod ( u8x8 a,
u8x8 b )
inlinestatic

Definition at line 112 of file u8x8.h.

112 {
113 if (b.mValue == 0) return u8x8();
114 return from_raw(a.mValue % b.mValue);
115 }
static constexpr FASTLED_FORCE_INLINE u8x8 from_raw(u16 raw) FL_NOEXCEPT
Definition u8x8.h:53
constexpr u8x8() FL_NOEXCEPT=default

References u8x8(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and from_raw().

+ Here is the call graph for this function: