MCPcopy 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
179void Group::setColor(const HueSaturation& hueSat, uint8_t transition)
180{
181 transaction().setColor(hueSat).setTransition(transition).commit();
182}
183
184void Group::setColor(const XYBrightness& xy, uint8_t transition)
185{

Callers 10

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
setColorHueSaturationMethod · 0.45
setColorXYMethod · 0.45
alertHueSaturationMethod · 0.45
alertXYMethod · 0.45
alertTemperatureMethod · 0.45

Calls 1

commitMethod · 0.80

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36