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

◆ step()

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

Definition at line 148 of file s4x12.h.

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

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

+ Here is the call graph for this function: