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);