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

◆ ColorHSV() [2/4]

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

Definition at line 62 of file color.h.

62 {
63 Set(h,s,v);
64 }
void Set(const ColorHSV &other)
Definition color.h:81

References Set().

+ Here is the call graph for this function: