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)
Syntax
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.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | dib is null. |
See Also