FloodFill.ProcessHalftones Property

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)

Syntax

C#
public bool ProcessHalftones { get; set; }

Property Value

true if tolerant colors are alpha-blended; otherwise, false. The default value is true.

Remarks

This property specifies how to handle situations when the current color does not exactly match target color, but tolerant to it (with specified the Tolerance property). If 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).

See Also

Reference