@ -3,6 +3,7 @@
using SixLabors.ImageSharp.Processing.Delegates;
using SixLabors.ImageSharp.Processing.Processors;
using SixLabors.ImageSharp.Processing.Processors.PixelShading;
using SixLabors.Primitives;
namespace SixLabors.ImageSharp.Processing
@ -5,7 +5,7 @@ using SixLabors.ImageSharp.PixelFormats;
namespace SixLabors.ImageSharp.Processing.Processors
namespace SixLabors.ImageSharp.Processing.Processors.PixelShading
{
/// <summary>
/// Applies a user defined pixel shader effect through a given delegate.
@ -10,7 +10,7 @@ using SixLabors.ImageSharp.PixelFormats;
/// Performs simple binary threshold filtering against an image.