mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
Fixed a doc comment
This commit is contained in:
parent
3e53b51bac
commit
4c3875e561
@ -119,7 +119,7 @@ public abstract class AbstractRGBDevice<TDeviceInfo> : Placeable, IRGBDevice<TDe
|
|||||||
/// Applies all <see cref="ColorCorrections"/>.
|
/// Applies all <see cref="ColorCorrections"/>.
|
||||||
/// if no <see cref="Led.CustomData"/> ist specified the <see cref="Led.Id"/> is used.
|
/// if no <see cref="Led.CustomData"/> ist specified the <see cref="Led.Id"/> is used.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="leds">The enumerable of leds to convert.</param>
|
/// <param name="led">The of led to convert.</param>
|
||||||
/// <returns>The enumerable of custom data and color tuples for the specified leds.</returns>
|
/// <returns>The enumerable of custom data and color tuples for the specified leds.</returns>
|
||||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||||
protected (object key, Color color) GetUpdateData(Led led)
|
protected (object key, Color color) GetUpdateData(Led led)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user