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

◆ operator==()

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

Definition at line 88 of file color.h.

88 {
89 return h_ == other.h_ && s_ == other.s_ && v_ == other.v_;
90 }
float v_
Definition color.h:98
float h_
Definition color.h:98
float s_
Definition color.h:98

References ColorHSV(), h_, s_, and v_.

+ Here is the call graph for this function: