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