You are here: Start » FIL.NET » FIS.ReverseChannels Method

FIS.ReverseChannels Method

Reverses the order of channels in an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ReverseChannels
(
	FilNet.Image inImage,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outImageFilNet.ImageOutput image with reversed channels.

See also