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

◆ operator=() [1/2]

ColorHSV & ColorHSV::operator= ( const Color3i & color)
inline

Definition at line 68 of file color.h.

68 {
69 FromRGB(color);
70 return *this;
71 }
void FromRGB(const Color3i &rgb)
Definition color.cpp:102

References ColorHSV(), and FromRGB().

+ Here is the call graph for this function: