Returns a bit pattern describing the blue color component of a pixel in a FreeImage bitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static uint GetBlueMask( FIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetBlueMask ( _ dib As FIBITMAP _ ) As UInteger |
Visual C++ |
---|
public: static unsigned int GetBlueMask( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.