FastLED 3.9.15
|
Forward declaration of hsv2rgb_rainbow here, to avoid circular dependencies.
Convert an HSV value to RGB using a visually balanced rainbow. This "rainbow" yields better yellow and orange than a straight mathematical "spectrum".
hsv | CHSV struct to convert to RGB. Max hue supported is HUE_MAX_RAINBOW |
rgb | CRGB struct to store the result of the conversion (will be modified) |
Referenced by CRGB::CRGB(), CRGB::operator=(), CRGB::setHSV(), and CRGB::setHue().