Inline version of hsv2rgb_spectrum which returns a CRGB object.
Definition at line 90 of file hsv2rgb.h.
90 {
93 return rgb;
94}
void hsv2rgb_spectrum(const struct CHSV &hsv, struct CRGB &rgb)
Convert an HSV value to RGB using a mathematically straight spectrum.
Representation of an RGB pixel (Red, Green, Blue)
References hsv2rgb_spectrum().