Interface IPixelRowDelegate
An interface used by the row delegates for a given PixelRowDelegateProcessor<TPixel, TDelegate> instance
Namespace: SixLabors.ImageSharp.Processing.Processors.Effects
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface IPixelRowDelegate
Methods
| Edit this page View SourceInvoke(Span<Vector4>, Point)
Applies the current pixel row delegate to a target row of preprocessed pixels.
Declaration
void Invoke(Span<Vector4> span, Point offset)
Parameters
Type | Name | Description |
---|---|---|
Span<Vector4> | span | The target row of Vector4 pixels to process. |
Point | offset | The initial horizontal and vertical offset for the input pixels to process. |