Browse Source

fixing StyleCop issue

af/merge-core
Anton Firszov 8 years ago
parent
commit
a2dfe94890
  1. 2
      src/ImageSharp/Processing/Processors/Filters/BlackWhiteProcessor.cs

2
src/ImageSharp/Processing/Processors/Filters/BlackWhiteProcessor.cs

@ -9,7 +9,7 @@ namespace SixLabors.ImageSharp.Processing.Processors
/// Applies a black and white filter matrix to the image
/// </summary>
/// <typeparam name="TPixel">The pixel format.</typeparam>
internal class BlackWhiteProcessor<TPixel> : FilterProcessor<TPixel>
internal class BlackWhiteProcessor<TPixel> : FilterProcessor<TPixel>
where TPixel : struct, IPixel<TPixel>
{
/// <summary>

Loading…
Cancel
Save