Table of Contents

Property TolerancePerChannel

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

TolerancePerChannel

Gets or sets whether tolerance is applied independently to each color channel. When true, each channel (R, G, B) is checked separately against the tolerance value or mask channel value. When false, the sum of per-channel differences is checked against the tolerance (or sum of mask channel values). Default is true.

public bool TolerancePerChannel { get; set; }

Property Value

bool