FreeImage.NET Class Library Reference
![]() | FreeImageGetTransparencyTableEx Method |
Returns the FreeImage bitmap's transparency table.
The array is empty in case the bitmap has no transparency table.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)

C#
public static byte[] GetTransparencyTableEx( FIBITMAP dib )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
Return Value
Type: ByteThe FreeImage bitmap's transparency table.

Exception | Condition |
---|---|
ArgumentNullException | dib is null. |
