|
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.
| phsv | CHSV array to convert to RGB |
| prgb | CRGB array to store the result of the conversion (will be modified) |
| numLeds | the number of array values to process |
Definition at line 539 of file hsv2rgb.cpp.hpp.
References hsv2rgb_fullspectrum().
Here is the call graph for this function: