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

◆ from_raw()

template<typename Derived, int IntBits, int FracBits>
static constexpr FASTLED_FORCE_INLINE Derived fl::fixed_point_base< Derived, IntBits, FracBits >::from_raw ( raw_type raw)
inlinestaticconstexpr

Definition at line 56 of file base.h.

56 {
57 return Derived(raw, typename Derived::RawTag());
58 }
constexpr raw_type raw() const
Definition base.h:62

References FASTLED_FORCE_INLINE, and raw().

+ Here is the call graph for this function: