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

Method DeviceUpdateLEDs

Controllers/LIFXController/RGBController_LIFX.cpp:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void RGBController_LIFX::DeviceUpdateLEDs()
76{
77 unsigned char red = RGBGetRValue(colors[0]);
78 unsigned char grn = RGBGetGValue(colors[0]);
79 unsigned char blu = RGBGetBValue(colors[0]);
80
81 controller->SetColor(red, grn, blu);
82}
83
84void RGBController_LIFX::UpdateZoneLEDs(int /*zone*/)
85{

Callers

nothing calls this directly

Calls 1

SetColorMethod · 0.45

Tested by

no test coverage detected