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

◆ operator==()

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

Definition at line 98 of file color.h.

98 {
99 return h_ == other.h_ && s_ == other.s_ && v_ == other.v_;
100 }
float v_
Definition color.h:108
float h_
Definition color.h:108
float s_
Definition color.h:108

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

+ Here is the call graph for this function: