Makes the specified color transparent for this FreeImageBitmap.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public void MakeTransparent(
	Color transparentColor
)
Visual Basic (Declaration)
Public Sub MakeTransparent ( _
	transparentColor As Color _
)
Visual C++
public:
void MakeTransparent(
	Color transparentColor
)

Parameters

transparentColor
Type: System.Drawing..::.Color
The Color structure that represents the color to make transparent.

Exceptions

ExceptionCondition
System..::.NotImplementedException This method is not implemented.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also