Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ ToRGB
Method
ToRGB
src/fl/gfx/hsv16.cpp.hpp:177–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
CRGB HSV16::ToRGB() const {
178
return HSV16toRGB(*this);
179
}
180
181
CRGB HSV16::colorBoost(EaseType saturation_function, EaseType luminance_function) const {
182
HSV16 hsv = *this;
Callers
3
colorBoost
Method · 0.45
CRGB
Method · 0.45
hsv16.cpp
File · 0.45
Calls
1
HSV16toRGB
Function · 0.85
Tested by
no test coverage detected