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 : struct, IPixel<TPixel>;
Parameters
| Type | Name | Description |
|---|---|---|
| PixelAccessor<TPixel> | pixelAccessor |
Type Parameters
| Name | Description |
|---|---|
| TPixel | The pixel type. |