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

Function hsv2rgb_raw

src/hsv2rgb.cpp.hpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21#if defined(FL_IS_AVR) && !defined(FL_IS_AVR_ATTINY)
22void hsv2rgb_raw(const CHSV & hsv, CRGB & rgb)
23{
24 hsv2rgb_raw_avr( hsv, rgb);
25}
26#else
27void hsv2rgb_raw(const CHSV & hsv, CRGB & rgb)
28{

Callers 1

hsv2rgb_spectrumFunction · 0.85

Calls 2

hsv2rgb_raw_avrFunction · 0.85
hsv2rgb_raw_CFunction · 0.85

Tested by

no test coverage detected