Property CompareAlpha
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; }