|
FastLED 3.9.15
|
Converts an HSV value to RGB using the algorithm from here: https://en.wikipedia.org/wiki/HSL_and_HSV#HSV_to_RGB_alternative By Shawn Silverman.
| hsv | CHSV struct to convert to RGB |
| rgb | CRGB struct to store the result of the conversion (will be modified) |
Definition at line 495 of file hsv2rgb.cpp.hpp.
References fl::max(), and fl::min().
Referenced by hsv2rgb_dispatch(), hsv2rgb_dispatch(), hsv2rgb_fullspectrum(), hsv2rgb_fullspectrum(), and loop().
Here is the call graph for this function:
Here is the caller graph for this function: