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

Invoke.AddChannels_Saturation

Creates a monochromatic image by summing the values of the input image channels with saturation.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AddChannels_Saturation
(
	Avl.Image inImage,
	Optional<Avl.Region> inRoi,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
outImageAvl.Imageoutput mono image.

See also