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