Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
22
void hsv2rgb_raw(const CHSV & hsv, CRGB & rgb)
23
{
24
hsv2rgb_raw_avr( hsv, rgb);
25
}
26
#else
27
void hsv2rgb_raw(const CHSV & hsv, CRGB & rgb)
28
{
Callers
1
hsv2rgb_spectrum
Function · 0.85
Calls
2
hsv2rgb_raw_avr
Function · 0.85
hsv2rgb_raw_C
Function · 0.85
Tested by
no test coverage detected