FreeImage.GetTransparencyCount Method

FreeImage.NET

FreeImageGetTransparencyCount Method
Returns the number of transparent colors in a palletised bitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static uint GetTransparencyCount(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.

Return Value

Type: UInt32
The number of transparent colors in a palletised bitmap.
See Also