Definition at line 26 of file crgb16.h.
26 {
27 u32 nr =
static_cast<u32
>(
r.raw()) + rhs.r.raw();
28 u32 ng =
static_cast<u32
>(
g.raw()) + rhs.g.raw();
29 u32 nb =
static_cast<u32
>(
b.raw()) + rhs.b.raw();
33 return *this;
34 }
static constexpr FASTLED_FORCE_INLINE u8x8 from_raw(u16 raw) FL_NOEXCEPT
References CRGB16(), b, fl::u8x8::from_raw(), g, r, and fl::u8x8::raw().