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

◆ hsv2rgb_fullspectrum() [1/3]

CRGB hsv2rgb_fullspectrum ( const CHSV & hsv)

version of hsv2rgb_fullspectrum which returns a CRGB object.

version of hsv2rgb_fullspectrum which returns a CRGB object.

Definition at line 514 of file hsv2rgb.cpp.hpp.

514 {
515 CRGB rgb;
516 hsv2rgb_fullspectrum(hsv, rgb);
517 return rgb;
518}
fl::CRGB CRGB
Definition crgb.h:25
void hsv2rgb_fullspectrum(const CHSV &hsv, CRGB &rgb)
Converts an HSV value to RGB using the algorithm from here: https://en.wikipedia.org/wiki/HSL_and_HSV...

References hsv2rgb_fullspectrum().

+ Here is the call graph for this function: