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

◆ step()

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

Definition at line 162 of file u12x4.h.

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

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

+ Here is the call graph for this function: