FastLED 3.9.15
Loading...
Searching...
No Matches

◆ hsv2rgb_rainbow() [3/3]

void hsv2rgb_rainbow ( const struct CHSV * phsv,
struct CRGB * prgb,
int numLeds )

Definition at line 526 of file hsv2rgb.cpp.

526 {
527 for(int i = 0; i < numLeds; ++i) {
528 hsv2rgb_rainbow(phsv[i], prgb[i]);
529 }
530}
CRGB hsv2rgb_rainbow(const struct CHSV &hsv)
Definition hsv2rgb.cpp:261

References hsv2rgb_rainbow().

+ Here is the call graph for this function: