The RemovePixel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RemovePixel | Overloaded. |
Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of the current RemovePixel.
(Overrides Action..::.Clone()()().) | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Color |
Gets or sets the color to be removed from the target element.
| |
ColorTolerance |
Gets or sets the color tolerance for removing pixels. Color Tolerance represents the tonal range of colors that will be removed taking the specified color as starting point. If you enter 0, only adjacent pixels of exactly the same tone as the specified color will be removed; otherwise, a wider range of tones will be removed.
| |
ScanDirection |
Gets or sets the direction of the pixel scanning process.
|