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

◆ step()

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

Definition at line 149 of file u24x8.h.

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

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

+ Here is the call graph for this function: