Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ getHueSat
Method
getHueSat
dependencies/hueplusplus-1.0.0/src/Scene.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
HueSaturation LightState::getHueSat() const
50
{
51
return HueSaturation {state.value(
"hue"
, 0), state.value(
"sat"
, 0)};
52
}
53
54
bool LightState::hasXY() const
55
{
Callers
1
TEST
Function · 0.80
Calls
1
value
Method · 0.45
Tested by
1
TEST
Function · 0.64