Jump to content
Corsair Community

BUG FOUND: RGB to value 0 does not turn off backlight


mubeen_d

Recommended Posts

Hi everyone.

 

I am not sure if this is a bug or not, but when setting the lighting value to 0 for RGB using a Corsair k70 rapidfire keyboard, the lighting effect is a very faint gray rather than turning off the backlight.

 

The API call in question is this:

std::vector<CorsairLedColor> ledColorsVec; // vector filled with key layout

 

for (auto &ledColor : ledColorsVec)

{

ledColor.r = ledColor.g = ledColor.b = 0;

CorsairSetLedsColorsAsync(ledColorsVec.size(), ledColorsVec.data(), nullptr, nullptr);

 

}

 

Using: CUESDK.x64_2013 (Version 1.15.28)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...