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

◆ step()

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

Definition at line 147 of file s8x24.h.

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

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

+ Here is the call graph for this function: