FreeImage.GetTransparencyTableEx Method

FreeImage.NET

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: Byte
The FreeImage bitmap's transparency table.
Exceptions
ExceptionCondition
ArgumentNullExceptiondib is null.
See Also