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

◆ mod()

static constexpr FASTLED_FORCE_INLINE u12x4 fl::u12x4::mod ( u12x4 a,
u12x4 b )
inlinestaticconstexpr

Definition at line 124 of file u12x4.h.

124 {
125 return from_raw(a.mValue % b.mValue);
126 }
static constexpr FASTLED_FORCE_INLINE u12x4 from_raw(u16 raw) FL_NOEXCEPT
Definition u12x4.h:41

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

+ Here is the call graph for this function: