MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / getActionBrightness

Method getActionBrightness

dependencies/hueplusplus-1.0.0/src/Group.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125unsigned int Group::getActionBrightness()
126{
127 return state.getValue().at("action").at("bri").get<int>();
128}
129unsigned int Group::getActionBrightness() const
130{
131 return state.getValue().at("action").at("bri").get<int>();

Callers 1

TEST_FFunction · 0.80

Calls 1

getValueMethod · 0.80

Tested by 1

TEST_FFunction · 0.64