You are here: Start » FIL.NET » Invoke.ReverseChannels

Invoke.ReverseChannels

Reverses the order of channels in an image.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ReverseChannels
(
	Fil.Image inImage,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
outImageFil.ImageOutput image with reversed channels.

See also