Table of Contents

Constructor SKPixelComparisonResult

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

SKPixelComparisonResult(int, int, int)

Initializes a new instance of SKPixelComparisonResult.

public SKPixelComparisonResult(int totalPixels, int errorPixelCount, int absoluteError)

Parameters

totalPixels int

The total number of pixels compared.

errorPixelCount int

The number of pixels that differ between the two images.

absoluteError int

The sum of per-channel (RGB) differences across all pixels.