Gets or sets a value indicating whether to fill colors which are not exactly match the TargetColor.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public bool ProcessHalftones { get; set; }
true if tolerant colors are alpha-blended; otherwise, false. The default value is true.false, this pixel is replaced with FillColor, if true, it is alpha-blended (alpha is calculated as 1 - T, where T is actual tolerance between these colors).