Sets all pixels near specified color as transparent
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public void SetTransparentColors(
IERGB color,
int tolerance,
int alpha
)
Public Sub SetTransparentColors ( _
color As IERGB, _
tolerance As Integer, _
alpha As Integer _
)
public:
void SetTransparentColors(
IERGB color,
int tolerance,
int alpha
)
Parameters
- color
- IERGB
RGB color to make transparent
- tolerance
- Int32
Tolerance (0-255)
- alpha
- Int32
the alpha value to set
See Also