Table of Contents

Property CompareAlpha

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

CompareAlpha

Gets or sets whether the alpha channel is included in the comparison. When true, alpha differences contribute to error metrics and pixel error detection. When false, only RGB channels are compared. Default is false.

public bool CompareAlpha { get; set; }

Property Value

bool