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

◆ CHSV() [2/3]

CHSV::CHSV ( uint8_t ih,
uint8_t is,
uint8_t iv )
inlineconstexpr

Allow construction from hue, saturation, and value.

Parameters
ihinput hue
isinput saturation
ivinput value

Definition at line 71 of file chsv.h.

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