/// <summary>
 /// CM-SDK: Set Keyboard "every LED" color
 /// </summary>
 internal static bool SetAllLedColor(_CoolerMasterColorMatrix colorMatrix, CoolerMasterDevicesIndexes devIndex = CoolerMasterDevicesIndexes.Default)
 => _setAllLedColorPointer(colorMatrix, devIndex);
示例#2
0
 /// <summary>
 /// CM-SDK: Set Keyboard "every LED" color
 /// </summary>
 internal static bool SetAllLedColor(_CoolerMasterColorMatrix colorMatrix) => _setAllLedColorPointer(colorMatrix);