You are here: Start » AVL.NET » AVS.ReverseChannels Method

AVS.ReverseChannels Method

Reverses the order of channels in an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outImageAvlNet.ImageOutput image with reversed channels.

See also