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

Method SetLed

Controllers/EVGAUSBController/EVGAMouseController.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void EVGAMouseController::SetLed(uint8_t index, uint8_t brightness, uint8_t speed, RGBColor color)
143{
144 std::vector<RGBColor> colors;
145 colors.push_back(color);
146
147 SetLed(index, brightness, speed, colors, false);
148}
149
150void EVGAMouseController::SetLed(uint8_t index, uint8_t brightness, uint8_t speed, const std::vector<RGBColor>& colors)
151{

Callers 3

DeviceUpdateLEDsMethod · 0.80
UpdateZoneLEDsMethod · 0.80
UpdateSingleLEDMethod · 0.80

Calls 4

hid_send_feature_reportFunction · 0.85
hid_errorFunction · 0.85
push_backMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected