FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ 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: