Inline version of hsv2rgb_spectrum which returns a CRGB object.
Definition at line 92 of file hsv2rgb.h.
92 {
95 return rgb;
96}
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().