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

Invoke.SetImageColumn

Sets pixel values in a single entire column of an image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SetImageColumn
(
	Avl.Image ioImage,
	Optional<int> inChannelIndex,
	int inColumnIndex,
	List<float> inValues
)

Parameters

Name Type Range Default Description
ioImageAvl.Image
inChannelIndexAtl.Optional<int><0, 3>Selects a channel of the input image. Default value: atl::NIL.
inColumnIndexint<0, 65535>Selects a column of the input image.
inValuesSystem.Collections.Generic.List<float>New values for specified column.

See also