You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
ioImage | Avl.Image | ||||
![]() | inChannelIndex | Atl.Optional<int> | <0, 3> | Selects a channel of the input image. Default value: atl::NIL. | |
![]() | inColumnIndex | int | <0, 65535> | Selects a column of the input image. | |
![]() | inValues | System.Collections.Generic.List<float> | New values for specified column. |