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