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

◆ hsv8() [3/3]

fl::hsv8::hsv8 ( const hsv8 & rhs)
inlineconstexpr

Allow copy construction.

Definition at line 77 of file hsv.h.

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

References hsv8(), and FL_NOEXCEPT.

+ Here is the call graph for this function: