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

◆ operator-=()

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

Definition at line 86 of file u12x4.h.

86 {
87 mValue -= b.mValue;
88 return *this;
89 }
u16 mValue
Definition u12x4.h:202

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

+ Here is the call graph for this function: