Investigates the color type of the bitmap by reading the bitmap's pixel bits and analysing them.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static FREE_IMAGE_COLOR_TYPE GetColorType( FIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetColorType ( _ dib As FIBITMAP _ ) As FREE_IMAGE_COLOR_TYPE |
Visual C++ |
---|
public: static FREE_IMAGE_COLOR_TYPE GetColorType( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.