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

◆ ColorHSV() [2/4]

ColorHSV::ColorHSV ( float h,
float s,
float v )
inline

Definition at line 58 of file color.h.

58 {
59 Set(h,s,v);
60 }
void Set(const ColorHSV &other)
Definition color.h:71

References Set().

+ Here is the call graph for this function: