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

◆ step()

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

Definition at line 137 of file s12x4.h.

137 {
138 return x < edge ? s12x4() : s12x4(1.0f);
139 }
constexpr s12x4() FL_NOEXCEPT=default

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

+ Here is the call graph for this function: