FloodFill Properties

The FloodFill type exposes the following members.

Properties

Name Description
Public property FillColor

Gets or sets a color used to fill the surface.

Public property Id

Gets or sets a unique identifier of this PipelineElement.

(Inherited from PipelineElement.)
Public property Mode

Gets or sets a value specifying how to determine the filling area boundary.

Public property Point

Gets or sets a starting point for the algorithm.

Public property PreserveAlpha

Gets or sets a value indicating whether to leave alpha channel intacted with the flood fill algorithm.

Public property ProcessHalftones

Gets or sets a value indicating whether to fill colors which are not exactly match the TargetColor.

Public property Receivers

Gets a collection of pipeline elements that will receive the result of this PipelineElement.

(Inherited from PipelineElement.)
Public property SupportedPixelFormats

Gets a collection of pixel formats that are supported by this PipelineElement.

(Inherited from PipelineElement.)
Public property TargetColor

Gets or sets a target color that is used to find the boundaries of area to fill.

Public property Tolerance

Gets or sets a maximum allowed tolerance for the target color.

See Also

Reference