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

◆ step()

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

Definition at line 145 of file u8x24.h.

145 {
146 return x < edge ? u8x24() : u8x24(1.0f);
147 }
constexpr u8x24() FL_NOEXCEPT=default

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

+ Here is the call graph for this function: