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

◆ step()

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

Definition at line 147 of file s24x8.h.

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

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

+ Here is the call graph for this function: