Overload List
| Name | Description | |
|---|---|---|
| MakeTransparent()()() |
Initializes a new instance of the MakeTransparent class making all white pixel transparent.
| |
| MakeTransparent(Boolean) |
Initializes a new instance of the MakeTransparent class making the first pixel of an image as the transparent color if the specified parameter is true.
| |
| MakeTransparent(Color) |
Initializes a new instance of the MakeTransparent class making the specified color as the transparent color.
| |
| MakeTransparent(Color, Byte) |
Initializes a new instance of the MakeTransparent class making the specified color and the specified alpha component value as the transparent color
|