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

◆ setHSV()

FASTLED_FORCE_INLINE hsv8 & fl::hsv8::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 hsv8 object

Definition at line 87 of file hsv.h.

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

References hsv8(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: