SetColorTransparent Method
In This Topic
Makes a color in the current image transparent.
Syntax
'Declaration
Public Sub SetColorTransparent( _
ByVal As UserColor _
)
public void SetColorTransparent(
UserColor
)
Parameters
- color
- The user color the make transparent.
See Also