MCPcopy Create free account
hub / github.com/FastLED/FastLED / from_raw

Method from_raw

src/fl/math/fixed_point/base.h:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 constexpr explicit fixed_point_base(raw_type raw, RawTag) : mValue(raw) {}
55
56 static constexpr FASTLED_FORCE_INLINE Derived from_raw(raw_type raw) {
57 return Derived(raw, typename Derived::RawTag());
58 }
59
60 // ---- Access ------------------------------------------------------------
61

Callers

nothing calls this directly

Calls 2

RawTagClass · 0.70
DerivedClass · 0.50

Tested by

no test coverage detected