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

◆ CRGB() [8/8]

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

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

Definition at line 27 of file crgb_hsv16.cpp.

27 {
28 *this = rhs.ToRGB();
29}
CRGB ToRGB() const
Definition hsv16.cpp:177

References fl::HSV16::ToRGB().

+ Here is the call graph for this function: