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

◆ step()

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

Definition at line 148 of file s8x8.h.

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

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

+ Here is the call graph for this function: