mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +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>
|
/// <summary>
|
||||||
/// Resets the device leds
|
/// Resets the <see cref="NovationRGBDevice"/> back top default.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public virtual void Reset()
|
public virtual void Reset() => SendMessage(0xB0, 0, 0);
|
||||||
{
|
|
||||||
SendMessage(0xB0, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Convert a <see cref="Color"/> to its novation-representation depending on the <see cref="NovationColorCapabilities"/> of the <see cref="NovationRGBDevice"/>.
|
/// 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