Jump to content

mubeen_d

Members
  • Posts

    2
  • Joined

Reputation

10 Good
  1. 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 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)
×
×
  • Create New...