Interface IPixelRowDelegate
An langword_csharp_interface used by the row delegates for a given SixLabors.ImageSharp.Processing.Processors.Effects.PixelRowDelegateProcessor`2 instance
Namespace: SixLabors.ImageSharp.Processing.Processors.Effects
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface IPixelRowDelegate
Methods
| Improve this Doc 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. |