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