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

◆ setHSV()

CHSV & fl::CHSV::setHSV ( fl::u8 ih,
fl::u8 is,
fl::u8 iv )
inline

Assign new HSV values.

Parameters
ihinput hue
isinput saturation
ivinput value
Returns
reference to the CHSV object

Definition at line 86 of file hsv.h.

87 {
88 h = ih;
89 s = is;
90 v = iv;
91 return *this;
92 }

References CHSV().

+ Here is the call graph for this function: