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

◆ operator=()

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

Definition at line 64 of file color.h.

64 {
65 FromRGB(color);
66 return *this;
67 }
void FromRGB(const Color3i &rgb)
Definition color.cpp:101

References ColorHSV(), and FromRGB().

+ Here is the call graph for this function: