Table of Contents

Delegate PixelAccessorAction<TPixel>

Namespace
SixLabors.ImageSharp
Assembly
SixLabors.ImageSharp.dll

A delegate to be executed on a PixelAccessor<TPixel>.

public delegate void PixelAccessorAction<TPixel>(PixelAccessor<TPixel> pixelAccessor) where TPixel : unmanaged, IPixel<TPixel>

Parameters

pixelAccessor PixelAccessor<TPixel>
A delegate to be executed on a .

Type Parameters

TPixel

The pixel type.