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

◆ hsv2rgb_fullspectrum() [3/3]

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

Definition at line 538 of file hsv2rgb.cpp.

538 {
539 for (int i = 0; i < numLeds; ++i) {
540 hsv2rgb_fullspectrum(phsv[i], prgb[i]);
541 }
542}
void hsv2rgb_fullspectrum(const struct CHSV &hsv, CRGB &rgb)
Definition hsv2rgb.cpp:494

References hsv2rgb_fullspectrum().

+ Here is the call graph for this function: