Table of Contents

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)

Parameters

span Span<Vector4>

The target row of Vector4 pixels to process.

offset Point

The initial horizontal and vertical offset for the input pixels to process.