1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Fixed comment in novation-device

This commit is contained in:
Darth Affe 2017-08-17 20:31:08 +02:00
parent 0e70cd46dc
commit eee3a8f30a

View File

@ -123,12 +123,9 @@ namespace RGB.NET.Devices.Novation
}
/// <summary>
/// Resets the device leds
/// Resets the <see cref="NovationRGBDevice"/> back top default.
/// </summary>
public virtual void Reset()
{
SendMessage(0xB0, 0, 0);
}
public virtual void Reset() => SendMessage(0xB0, 0, 0);
/// <summary>
/// Convert a <see cref="Color"/> to its novation-representation depending on the <see cref="NovationColorCapabilities"/> of the <see cref="NovationRGBDevice"/>.