|
FastLED 3.9.15
|
Convert an HSV value to RGB using a mathematically straight spectrum.
This "spectrum" will have more green and blue than a "rainbow", and less yellow and orange.

| hsv | CHSV struct to convert to RGB. Max hue supported is HUE_MAX_SPECTRUM |
| rgb | CRGB struct to store the result of the conversion (will be modified) |
Definition at line 237 of file hsv2rgb.cpp.hpp.
References hsv2rgb_raw().
Here is the call graph for this function: