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