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

◆ operator+=()

FASTLED_FORCE_INLINE u12x4 & fl::u12x4::operator+= ( u12x4 b)
inline

Definition at line 81 of file u12x4.h.

81 {
82 mValue += b.mValue;
83 return *this;
84 }
u16 mValue
Definition u12x4.h:202

References u12x4(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and mValue.

+ Here is the call graph for this function: