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

◆ CHSV() [2/3]

fl::CHSV::CHSV ( 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 70 of file hsv.h.

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