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

◆ from_raw()

static constexpr FASTLED_FORCE_INLINE u8x8 fl::u8x8::from_raw ( u16 raw)
inlinestaticconstexpr

Definition at line 53 of file u8x8.h.

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

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

Referenced by ceil(), fl::anonymous_namespace{colorutils.cpp.hpp}::ColorFromPaletteHDImpl(), exp2_fp(), FL_DISABLE_WARNING(), floor(), fract(), log2_fp(), fl::gfx::blur_detail::pixel_ops< CRGB16 >::make(), mod(), fl::CRGB16::nscale8(), operator*(), operator*, operator*(), operator+(), fl::CRGB16::operator+=(), operator-(), operator/(), operator<<(), operator>>(), fl::anonymous_namespace{colorutils.cpp.hpp}::promote_rgb_to_hd(), rsqrt(), fl::anonymous_namespace{colorutils.cpp.hpp}::scale_rgb_hd(), and sqrt().

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