MCPcopy 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
49HueSaturation LightState::getHueSat() const
50{
51 return HueSaturation {state.value("hue", 0), state.value("sat", 0)};
52}
53
54bool LightState::hasXY() const
55{

Callers 1

TESTFunction · 0.80

Calls 1

valueMethod · 0.45

Tested by 1

TESTFunction · 0.64