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

◆ hsv2rgb_spectrum() [1/3]

CRGB hsv2rgb_spectrum ( const struct CHSV & hsv)

Inline version of hsv2rgb_spectrum which returns a CRGB object.

Definition at line 45 of file hsv2rgb.cpp.

45 {
46 CRGB rgb;
47 hsv2rgb_spectrum(hsv, rgb);
48 return rgb;
49}
CRGB hsv2rgb_spectrum(const struct CHSV &hsv)
Inline version of hsv2rgb_spectrum which returns a CRGB object.
Definition hsv2rgb.cpp:45
Representation of an RGB pixel (Red, Green, Blue)
Definition crgb.h:86

References hsv2rgb_spectrum().

Referenced by hsv2rgb_dispatch(), hsv2rgb_dispatch(), hsv2rgb_spectrum(), hsv2rgb_spectrum(), and loop().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: