Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ hasBrightness
Method
hasBrightness
dependencies/hueplusplus-1.0.0/src/Scene.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
bool LightState::hasBrightness() const
35
{
36
return state.count(
"bri"
);
37
}
38
39
int LightState::getBrightness() const
40
{
Callers
1
TEST
Function · 0.80
Calls
1
count
Method · 0.45
Tested by
1
TEST
Function · 0.64