Delegate PixelAccessorAction<TPixel>
A delegate to be executed on a PixelAccessor<TPixel>.
Namespace: SixLabors.ImageSharp
Assembly: SixLabors.ImageSharp.dll
Syntax
public delegate void PixelAccessorAction<TPixel>(PixelAccessor<TPixel> pixelAccessor) where TPixel : unmanaged, IPixel<TPixel>
  Parameters
| Type | Name | Description | 
|---|---|---|
| PixelAccessor<TPixel> | pixelAccessor | A delegate to be executed on a . | 
Type Parameters
| Name | Description | 
|---|---|
| TPixel | The pixel type.  |