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

◆ fixed_point() [2/5]

template<int IntBits, int FracBits, Sign S>
FASTLED_FORCE_INLINE constexpr fl::fixed_point< IntBits, FracBits, S >::fixed_point ( float f)
inlineexplicitconstexpr

Definition at line 162 of file fixed_point.h.

162: Base(f) {}
typename fixed_point_impl< IntBits, FracBits, S >::type Base