The FloodFill type exposes the following members.
Name | Description | |
---|---|---|
FillColor |
Gets or sets a color used to fill the surface. |
|
Id |
Gets or sets a unique identifier of this PipelineElement. (Inherited from PipelineElement.) |
|
Mode |
Gets or sets a value specifying how to determine the filling area boundary. |
|
Point |
Gets or sets a starting point for the algorithm. |
|
PreserveAlpha |
Gets or sets a value indicating whether to leave alpha channel intacted with the flood fill algorithm. |
|
ProcessHalftones |
Gets or sets a value indicating whether to fill colors which are not exactly match the TargetColor. |
|
Receivers |
Gets a collection of pipeline elements that will receive the result of this PipelineElement. (Inherited from PipelineElement.) |
|
SupportedPixelFormats |
Gets a collection of pixel formats that are supported by this PipelineElement. (Inherited from PipelineElement.) |
|
TargetColor |
Gets or sets a target color that is used to find the boundaries of area to fill. |
|
Tolerance |
Gets or sets a maximum allowed tolerance for the target color. |