FastLED 3.9.15
|
Convert an HSV value to RGB using a mathematically straight spectrum.
hsv | CHSV struct to convert to RGB. Max hue supported is HUE_MAX |
rgb | CRGB struct to store the result of the conversion (will be modified) |
Definition at line 23 of file hsv2rgb.cpp.
References hsv2rgb_raw_C().
Referenced by hsv2rgb_raw(), and hsv2rgb_spectrum().