FreeImage.NET Class Library Reference
FreeImageGetComplexChannel Method |
Retrieves the real part, imaginary part, magnitude or phase of a complex image.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIBITMAP GetComplexChannel( FIBITMAP src, FREE_IMAGE_COLOR_CHANNEL channel )
Parameters
- src
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap. - channel
- Type: FreeImageAPIFREE_IMAGE_COLOR_CHANNEL
The color channel to extract.
Return Value
Type: FIBITMAPHandle to a FreeImage bitmap.
See Also