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

◆ hsv2rgb_spectrum() [1/3]

CRGB hsv2rgb_spectrum ( const struct CHSV & hsv)
inline

Inline version of hsv2rgb_spectrum which returns a CRGB object.

Definition at line 90 of file hsv2rgb.h.

90 {
91 CRGB rgb;
92 hsv2rgb_spectrum(hsv, rgb);
93 return rgb;
94}
void hsv2rgb_spectrum(const struct CHSV &hsv, struct CRGB &rgb)
Convert an HSV value to RGB using a mathematically straight spectrum.
Definition hsv2rgb.cpp:226
Representation of an RGB pixel (Red, Green, Blue)
Definition crgb.h:54

References hsv2rgb_spectrum().

+ Here is the call graph for this function: