FreeImageBitmap.GetComplexChannel Method

FreeImage.NET

FreeImageBitmapGetComplexChannel 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 FreeImageBitmap GetComplexChannel(
	FREE_IMAGE_COLOR_CHANNEL channel
)

Parameters

channel
Type: FreeImageAPIFREE_IMAGE_COLOR_CHANNEL
The color channel to extract.

Return Value

Type: FreeImageBitmap
The color channel in a new instance.
See Also