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

Method getActionColorMode

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

Source from the content-addressed store, hash-verified

152}
153
154std::string Group::getActionColorMode()
155{
156 return state.getValue().at("action").at("colormode").get<std::string>();
157}
158std::string Group::getActionColorMode() const
159{
160 return state.getValue().at("action").at("colormode").get<std::string>();

Callers 1

TEST_FFunction · 0.80

Calls 1

getValueMethod · 0.80

Tested by 1

TEST_FFunction · 0.64