|
|
@ -140,6 +140,5 @@ namespace SixLabors.ImageSharp.Advanced |
|
|
private static ref TPixel GetPixelReference<TPixel>(IPixelSource<TPixel> source, int x, int y) |
|
|
private static ref TPixel GetPixelReference<TPixel>(IPixelSource<TPixel> source, int x, int y) |
|
|
where TPixel : struct, IPixel<TPixel> |
|
|
where TPixel : struct, IPixel<TPixel> |
|
|
=> ref source.PixelBuffer[x, y]; |
|
|
=> ref source.PixelBuffer[x, y]; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|