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

◆ mod()

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

Definition at line 129 of file s16x16.h.

129 {
130 return from_raw(a.mValue % b.mValue);
131 }
static constexpr FASTLED_FORCE_INLINE s16x16 from_raw(i32 raw) FL_NOEXCEPT
Definition s16x16.h:54

References s16x16(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, from_raw(), and mValue.

Referenced by fl::FlowFieldFP::rainbow().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: