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

◆ step()

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

Definition at line 166 of file s16x16.h.

166 {
167 return x < edge ? s16x16() : s16x16(1.0f);
168 }
constexpr s16x16() FL_NOEXCEPT=default

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

+ Here is the call graph for this function: