Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ HSV16
Method
HSV16
src/fl/gfx/hsv16.cpp.hpp:173–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
HSV16::HSV16(const CRGB& rgb) {
174
*this = RGBtoHSV16(rgb);
175
}
176
177
CRGB HSV16::ToRGB() const {
178
return HSV16toRGB(*this);
Callers
nothing calls this directly
Calls
1
RGBtoHSV16
Function · 0.85
Tested by
no test coverage detected