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

◆ hsv2rgb_spectrum() [3/3]

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

Definition at line 532 of file hsv2rgb.cpp.

532 {
533 for(int i = 0; i < numLeds; ++i) {
534 hsv2rgb_spectrum(phsv[i], prgb[i]);
535 }
536}
CRGB hsv2rgb_spectrum(const struct CHSV &hsv)
Inline version of hsv2rgb_spectrum which returns a CRGB object.
Definition hsv2rgb.cpp:45

References hsv2rgb_spectrum().

+ Here is the call graph for this function: