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

◆ hsv2rgb_raw() [1/2]

void hsv2rgb_raw ( const struct CHSV & hsv,
struct CRGB & rgb )

See also
hsv2rgb_spectrum(const struct CHSV&, struct CRGB&)
Note
The hue is limited to the range 0-191 (HUE_MAX). This results in a slightly faster conversion speed at the expense of color balance.
Parameters
hsvCHSV struct to convert to RGB. Max hue supported is HUE_MAX
rgbCRGB struct to store the result of the conversion (will be modified)