Interface IPixelRowDelegate
- Namespace
- SixLabors.ImageSharp.Processing.Processors.Effects
- Assembly
- SixLabors.ImageSharp.dll
An interface used by the row delegates for a given SixLabors.ImageSharp.Processing.Processors.Effects.PixelRowDelegateProcessor<TPixel, TDelegate> instance
public interface IPixelRowDelegate
Methods
Invoke(Span<Vector4>, Point)
Applies the current pixel row delegate to a target row of preprocessed pixels.
void Invoke(Span<Vector4> span, Point offset)