This documentation is for the old version. Go to the latest Graphics Mill docs

FloodFill.ProcessHalftones Property

Gets/sets a value that specifies how to process colors which are not exactly match the TargetColor, but are tolerant enough.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property ProcessHalftones As Boolean
C#
public bool ProcessHalftones { get; set; }

Property Value

Value specifying how to handle situations when current color does not exactly match target color, but tolerant to it (with specified tolerance). If false, this pixel is replaced with brush color, if true, it is alpha-blended (alpha is calculated as 1 - T, where T is actual tolerance between these colors).

Remarks

Default value is true.

See Also

Reference