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

◆ HSV16() [3/5]

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

Definition at line 173 of file hsv16.cpp.

173 {
174 *this = RGBtoHSV16(rgb);
175}
static HSV16 RGBtoHSV16(const CRGB &rgb)
Definition hsv16.cpp:19

References fl::RGBtoHSV16().

+ Here is the call graph for this function: