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

◆ CHSV() [3/3]

CHSV::CHSV ( const CHSV & rhs)
inlineconstexprnoexcept

Allow copy construction.

Definition at line 77 of file chsv.h.

77: h(rhs.h), s(rhs.s), v(rhs.v) { }

References CHSV().

+ Here is the call graph for this function: