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
hsv
CHSV
struct to convert to RGB. Max hue supported is HUE_MAX
rgb
CRGB
struct to store the result of the conversion (will be modified)
HSV to RGB Conversion Functions
Generated on Fri Aug 22 2025 20:59:35 for FastLED by
1.13.2