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

Invoke.ReverseChannels

Reverses the order of channels in an image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
outImageAvl.ImageOutput image with reversed channels.

See also