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

◆ step()

static constexpr FASTLED_FORCE_INLINE u4x12 fl::u4x12::step ( u4x12 edge,
u4x12 x )
inlinestaticconstexpr

Definition at line 149 of file u4x12.h.

149 {
150 return x < edge ? u4x12() : u4x12(1.0f);
151 }
constexpr u4x12() FL_NOEXCEPT=default

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

+ Here is the call graph for this function: