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

◆ Set() [1/2]

void ColorHSV::Set ( const ColorHSV & other)
inline

Definition at line 71 of file color.h.

71 {
72 Set(other.h_, other.s_, other.v_);
73 }
float v_
Definition color.h:98
float h_
Definition color.h:98
void Set(const ColorHSV &other)
Definition color.h:71
float s_
Definition color.h:98

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

Referenced by ColorHSV(), ColorHSV(), and Set().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: