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

◆ hsv2rgb_rainbow() [2/3]

CRGB hsv2rgb_rainbow ( const struct CHSV & hsv)

Definition at line 261 of file hsv2rgb.cpp.

261 {
262 CRGB rgb;
263 hsv2rgb_rainbow(hsv, rgb);
264 return rgb;
265}
CRGB hsv2rgb_rainbow(const struct CHSV &hsv)
Definition hsv2rgb.cpp:261
Representation of an RGB pixel (Red, Green, Blue)
Definition crgb.h:86

References hsv2rgb_rainbow().

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

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