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
ih
input hue
is
input saturation
iv
input 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
}
CHSV
Generated on Fri Aug 22 2025 20:59:35 for FastLED by
1.13.2