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

◆ hsv2rgb_raw() [2/2]

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

See also
hsv2rgb_raw(const struct CHSV&, struct CRGB&)
Parameters
phsvCHSV array to convert to RGB. Max hue supported is HUE_MAX
prgbCRGB array to store the result of the conversion (will be modified)
numLedsthe number of array values to process