FreeImageBitmap.GetChannel Method

FreeImage.NET

FreeImageBitmapGetChannel Method
Retrieves the red, green, blue or alpha channel of a 24- or 32-bit image.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public FreeImageBitmap GetChannel(
	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