Browse Source

Remove pragma

pull/2345/head
Stefan Nikolei 3 years ago
parent
commit
7b46791c41
  1. 2
      src/ImageSharp/Color/Color.cs

2
src/ImageSharp/Color/Color.cs

@ -289,9 +289,7 @@ public readonly partial struct Color : IEquatable<Color>
/// <param name="source">The source color span.</param>
/// <param name="destination">The destination pixel span.</param>
[MethodImpl(InliningOptions.ShortMethod)]
#pragma warning disable RCS1163 // Unused parameter.
public static void ToPixel<TPixel>(ReadOnlySpan<Color> source, Span<TPixel> destination)
#pragma warning restore RCS1163 // Unused parameter.
where TPixel : unmanaged, IPixel<TPixel>
{
// TODO: Investigate bulk operations utilizing configuration parameter here.

Loading…
Cancel
Save