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

◆ step()

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

Definition at line 151 of file u8x8.h.

151 {
152 return x < edge ? u8x8() : u8x8(1.0f);
153 }
constexpr u8x8() FL_NOEXCEPT=default

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

+ Here is the call graph for this function: