MCPcopy Create free account
hub / github.com/FastLED/FastLED / hsv2rgb_rainbow

Function hsv2rgb_rainbow

src/hsv2rgb.cpp.hpp:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260/// @endcond
261
262CRGB hsv2rgb_rainbow( const CHSV& hsv) {
263 CRGB rgb;
264 hsv2rgb_rainbow(hsv, rgb);
265 return rgb;
266}
267
268void hsv2rgb_rainbow( const CHSV& hsv, CRGB& rgb)
269{

Callers 6

hsv2rgb_dispatchFunction · 0.85
CRGBMethod · 0.85
crgb_extra.cpp.hppFile · 0.85
rainbowMethod · 0.85
FL_TEST_FILEFunction · 0.85
loopFunction · 0.85

Calls 5

scale8Function · 0.50
scale8_videoFunction · 0.50
scale8_LEAVING_R1_DIRTYFunction · 0.50
cleanup_R1Function · 0.50

Tested by 1

loopFunction · 0.68