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

◆ step()

template<typename Derived, int IntBits, int FracBits>
static constexpr FASTLED_FORCE_INLINE Derived fl::fixed_point_base< Derived, IntBits, FracBits >::step ( Derived edge,
Derived x )
inlinestaticconstexpr

Definition at line 151 of file base.h.

151 {
152 return x < edge ? Derived() : Derived(1.0f);
153 }

References FASTLED_FORCE_INLINE, and fl::x.