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

◆ hsv2rgb_fullspectrum() [1/3]

CRGB hsv2rgb_fullspectrum ( const struct CHSV & hsv)

Inline version of hsv2rgb_fullspectrum which returns a CRGB object.

Definition at line 513 of file hsv2rgb.cpp.

513 {
514 CRGB rgb;
515 hsv2rgb_fullspectrum(hsv, rgb);
516 return rgb;
517}
void hsv2rgb_fullspectrum(const struct CHSV &hsv, CRGB &rgb)
Definition hsv2rgb.cpp:494
Representation of an RGB pixel (Red, Green, Blue)
Definition crgb.h:86

References hsv2rgb_fullspectrum().

+ Here is the call graph for this function: