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

◆ step()

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

Definition at line 162 of file u16x16.h.

162 {
163 return x < edge ? u16x16() : u16x16(1.0f);
164 }
constexpr u16x16() FL_NOEXCEPT=default

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

+ Here is the call graph for this function: