FreeImageBitmap.MakeTransparent Method (Color)

FreeImage.NET

FreeImageBitmapMakeTransparent Method (Color)
Makes the specified color transparent for this FreeImageBitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void MakeTransparent(
	Color transparentColor
)

Parameters

transparentColor
Type: System.DrawingColor
The Color structure that represents the color to make transparent.
Exceptions
ExceptionCondition
NotImplementedException This method is not implemented.
See Also