FreeImage.SetComplexChannel Method

FreeImage.NET

FreeImageSetComplexChannel Method
Set the real or imaginary part of a complex image. Both images must have to same width and height.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool SetComplexChannel(
	FIBITMAP dst,
	FIBITMAP src,
	FREE_IMAGE_COLOR_CHANNEL channel
)

Parameters

dst
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
src
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
channel
Type: FreeImageAPIFREE_IMAGE_COLOR_CHANNEL
The color channel to replace.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also