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

◆ operator!=()

bool ColorHSV::operator!= ( const ColorHSV & other) const
inline

Definition at line 91 of file color.h.

91 {
92 return !(*this == other);
93 }

References ColorHSV().

+ Here is the call graph for this function: