Delegate PixelRowOperation
A langword_csharp_delegate representing a user defined processing delegate to use to modify image rows.
Namespace: SixLabors.ImageSharp.Processing
Assembly: SixLabors.ImageSharp.dll
Syntax
public delegate void PixelRowOperation(Span<Vector4> span);
Parameters
Type | Name | Description |
---|---|---|
Span<Vector4> | span | The target row of Vector4 pixels to process. |