FastLED 3.9.15
|
FASTLED_NAMESPACE_BEGIN void hsv2rgb_rainbow | ( | const struct CHSV * | phsv, |
struct CRGB * | prgb, | ||
int | numLeds ) |
Forward declaration of hsv2rgb_rainbow here, to avoid circular dependencies.
phsv | CHSV array to convert to RGB. Max hue supported is HUE_MAX_RAINBOW |
prgb | CRGB array to store the result of the conversion (will be modified) |
numLeds | the number of array values to process |
Definition at line 485 of file hsv2rgb.cpp.
References hsv2rgb_rainbow().