FreeImage.NET Class Library Reference
FreeImageGetBlueMask Method |
Returns a bit pattern describing the blue color component of a pixel in a FreeImage bitmap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static uint GetBlueMask( FIBITMAP dib )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
Return Value
Type: UInt32The bit pattern for blue.
See Also