Returns the number of transparent colors in a palletised bitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static uint GetTransparencyCount( FIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetTransparencyCount ( _ dib As FIBITMAP _ ) As UInteger |
Visual C++ |
---|
public: static unsigned int GetTransparencyCount( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.