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

◆ hsv2rgb_raw() [2/2]

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

Definition at line 520 of file hsv2rgb.cpp.

520 {
521 for(int i = 0; i < numLeds; ++i) {
522 hsv2rgb_raw(phsv[i], prgb[i]);
523 }
524}
void hsv2rgb_raw(const struct CHSV &hsv, struct CRGB &rgb)
Definition hsv2rgb.cpp:26

References hsv2rgb_raw().

+ Here is the call graph for this function: