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

◆ hsv2rgb_spectrum() [1/3]

CRGB hsv2rgb_spectrum ( const CHSV & hsv)

Inline version of hsv2rgb_spectrum which returns a CRGB object.

Definition at line 46 of file hsv2rgb.cpp.hpp.

46 {
47 CRGB rgb;
48 hsv2rgb_spectrum(hsv, rgb);
49 return rgb;
50}
CRGB hsv2rgb_spectrum(const CHSV &hsv)
Inline version of hsv2rgb_spectrum which returns a CRGB object.
fl::CRGB CRGB
Definition crgb.h:25

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: