Skip to content

Commit 776cf3e

Browse files
author
dirk
committed
Comment fixes.
1 parent 3de77ca commit 776cf3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ImageSharp/Filters/Processors/ColorMatrix/HueProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace ImageSharp.Processors
99
using System.Numerics;
1010

1111
/// <summary>
12-
/// An <see cref="IImageProcessor{TColor, TPacked}"/> to change the hue of an <see cref="Image{TColor, TPacked}"/>.
12+
/// An <see cref="ImageProcessor{TColor, TPacked}"/> to change the hue of an <see cref="Image{TColor, TPacked}"/>.
1313
/// </summary>
1414
/// <typeparam name="TColor">The pixel format.</typeparam>
1515
/// <typeparam name="TPacked">The packed format. <example>uint, long, float.</example></typeparam>

src/ImageSharp/Filters/Processors/ColorMatrix/SaturationProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace ImageSharp.Processors
88
using System.Numerics;
99

1010
/// <summary>
11-
/// An <see cref="IImageProcessor{TColor, TPacked}"/> to change the saturation of an <see cref="Image{TColor, TPacked}"/>.
11+
/// An <see cref="ImageProcessor{TColor, TPacked}"/> to change the saturation of an <see cref="Image{TColor, TPacked}"/>.
1212
/// </summary>
1313
/// <typeparam name="TColor">The pixel format.</typeparam>
1414
/// <typeparam name="TPacked">The packed format. <example>uint, long, float.</example></typeparam>

0 commit comments

Comments
 (0)