diff --git a/src/ImageSharp/Color/Color.cs b/src/ImageSharp/Color/Color.cs index 590a3ed311..13af25f6c7 100644 --- a/src/ImageSharp/Color/Color.cs +++ b/src/ImageSharp/Color/Color.cs @@ -289,9 +289,7 @@ public readonly partial struct Color : IEquatable /// The source color span. /// The destination pixel span. [MethodImpl(InliningOptions.ShortMethod)] -#pragma warning disable RCS1163 // Unused parameter. public static void ToPixel(ReadOnlySpan source, Span destination) -#pragma warning restore RCS1163 // Unused parameter. where TPixel : unmanaged, IPixel { // TODO: Investigate bulk operations utilizing configuration parameter here.