FreeImage.NET Class Library Reference
![]() | 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)

C#
public void MakeTransparent( Color transparentColor )
Parameters
- transparentColor
- Type: System.DrawingColor
The Color structure that represents the color to make transparent.

Exception | Condition |
---|---|
NotImplementedException | This method is not implemented. |
