Retrieves the real part, imaginary part, magnitude or phase of a complex image.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static FIBITMAP GetComplexChannel( FIBITMAP src, FREE_IMAGE_COLOR_CHANNEL channel ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetComplexChannel ( _ src As FIBITMAP, _ channel As FREE_IMAGE_COLOR_CHANNEL _ ) As FIBITMAP |
Visual C++ |
---|
public: static FIBITMAP GetComplexChannel( FIBITMAP src, FREE_IMAGE_COLOR_CHANNEL channel ) |
Parameters
- src
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.
- channel
- Type: FreeImageAPI..::.FREE_IMAGE_COLOR_CHANNEL
The color channel to extract.