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

Function hsv2rgb_spectrum

src/hsv2rgb.cpp.hpp:46–50  ·  view source on GitHub ↗

Inline version of hsv2rgb_spectrum which returns a CRGB object.

Source from the content-addressed store, hash-verified

44
45/// Inline version of hsv2rgb_spectrum which returns a CRGB object.
46CRGB hsv2rgb_spectrum( const CHSV& hsv) {
47 CRGB rgb;
48 hsv2rgb_spectrum(hsv, rgb);
49 return rgb;
50}
51
52void hsv2rgb_raw_C (const CHSV & hsv, CRGB & rgb)
53{

Callers 3

hsv2rgb_dispatchFunction · 0.85
FL_TEST_FILEFunction · 0.85
loopFunction · 0.85

Calls 2

hsv2rgb_rawFunction · 0.85
scale8Function · 0.50

Tested by 1

loopFunction · 0.68