|
|
@ -5,7 +5,7 @@ using SixLabors.ImageSharp.PixelFormats; |
|
|
using SixLabors.ImageSharp.Processing.Delegates; |
|
|
using SixLabors.ImageSharp.Processing.Delegates; |
|
|
using SixLabors.Primitives; |
|
|
using SixLabors.Primitives; |
|
|
|
|
|
|
|
|
namespace SixLabors.ImageSharp.Processing.Processors |
|
|
namespace SixLabors.ImageSharp.Processing.Processors.PixelShading |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Applies a user defined pixel shader effect through a given delegate.
|
|
|
/// Applies a user defined pixel shader effect through a given delegate.
|