The MakeTransparent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MakeTransparent | Overloaded. |
Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of the current MakeTransparent.
(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 | |
---|---|---|
Alpha |
Gets or sets the alpha component value of the transparent color
| |
Color |
Gets or sets the transparent color
| |
ColorTolerance |
Gets or sets the color tolerance for transparency. Color Tolerance represents the tonal range of colors that will be converted to transparent 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 converted to transparent; otherwise, a wider range of tones will be converted.
| |
ScanDirection |
Gets or sets the direction of the pixel scanning process.
| |
UseFirstPixel |
Gets or sets whether the first pixel color of an image will be used as the transparent color
|