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

◆ CRGB() [8/8]

fl::CRGB::CRGB ( const HSV16 & rhs)

Allow construction from a HSV16 color Enables automatic conversion from HSV16 to CRGB.

Definition at line 82 of file crgb_extra.cpp.hpp.

82 {
83 *this = rhs.ToRGB();
84}

References fl::HSV16::ToRGB().

+ Here is the call graph for this function: