FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ 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: