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

◆ hsv8() [2/3]

fl::hsv8::hsv8 ( fl::u8 ih,
fl::u8 is,
fl::u8 iv )
inlineconstexpr

Allow construction from hue, saturation, and value.

Parameters
ihinput hue
isinput saturation
ivinput value

Definition at line 71 of file hsv.h.

72 : h(ih), s(is), v(iv)
73 {
74 }

References FL_NOEXCEPT.