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