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

◆ from_raw()

static constexpr FASTLED_FORCE_INLINE u8x24 fl::u8x24::from_raw ( u32 raw)
inlinestaticconstexpr

Definition at line 53 of file u8x24.h.

53 {
54 return u8x24(raw, RawTag());
55 }
constexpr u8x24() FL_NOEXCEPT=default
constexpr u32 raw() const FL_NOEXCEPT
Definition u8x24.h:59

References u8x24(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and raw().

Referenced by ceil(), exp2_fp(), floor(), fract(), log2_fp(), mod(), operator*(), operator*, operator*(), operator+(), operator-(), operator/(), operator<<(), operator>>(), rsqrt(), and sqrt().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: