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:
parent
0e70cd46dc
commit
eee3a8f30a
@ -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"/>.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user