FreeImageBitmap.SetComplexChannel Method

FreeImage.NET

FreeImageBitmapSetComplexChannel 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 bool SetComplexChannel(
	FreeImageBitmap bitmap,
	FREE_IMAGE_COLOR_CHANNEL channel
)

Parameters

bitmap
Type: FreeImageAPIFreeImageBitmap
The FreeImageBitmap to insert.
channel
Type: FreeImageAPIFREE_IMAGE_COLOR_CHANNEL
The color channel to replace.

Return Value

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