Browse Source

Update IPaletteDitherImageProcessor{TPixel}.cs

pull/1138/head
James Jackson-South 6 years ago
parent
commit
9d73689f53
  1. 2
      src/ImageSharp/Processing/Processors/Dithering/IPaletteDitherImageProcessor{TPixel}.cs

2
src/ImageSharp/Processing/Processors/Dithering/IPaletteDitherImageProcessor{TPixel}.cs

@ -11,7 +11,7 @@ namespace SixLabors.ImageSharp.Processing.Processors.Dithering
/// </summary>
/// <typeparam name="TPixel">The pixel format.</typeparam>
public interface IPaletteDitherImageProcessor<TPixel>
where TPixel : struct, IPixel<TPixel>
where TPixel : unmanaged, IPixel<TPixel>
{
/// <summary>
/// Gets the configration instance to use when performing operations.

Loading…
Cancel
Save