Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ setColor
Method
setColor
dependencies/hueplusplus-1.0.0/src/Group.cpp:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
void Group::setColor(const HueSaturation& hueSat, uint8_t transition)
180
{
181
transaction().setColor(hueSat).setTransition(transition).commit();
182
}
183
184
void Group::setColor(const XYBrightness& xy, uint8_t transition)
185
{
Callers
10
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
StateTransaction.cpp
File · 0.45
setColorHueSaturation
Method · 0.45
setColorXY
Method · 0.45
alertHueSaturation
Method · 0.45
alertXY
Method · 0.45
alertTemperature
Method · 0.45
Calls
1
commit
Method · 0.80
Tested by
4
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36