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

◆ operator=() [2/2]

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

Definition at line 75 of file color.h.

75 {
76 if (this != &other) {
77 Set(other);
78 }
79 return *this;
80 }
void Set(const ColorHSV &other)
Definition color.h:81

References ColorHSV(), and Set().

+ Here is the call graph for this function: