VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / SetColorChannelCommand Class / Channels Property
Syntax Remarks Requirements SeeAlso
In This Topic
Channels Property (SetColorChannelCommand)
In This Topic
Gets or sets an array of images which represent channels of destination image.
Syntax
'Declaration

<DescriptionAttribute("An array of images which represent channels of destination image.")>
Public Property Channels As Vintasoft.Imaging.VintasoftImage[]

[Description("An array of images which represent channels of destination image.")]
public Vintasoft.Imaging.VintasoftImage[] Channels { get; set; }

Remarks

If array contains only 1 image, only channel specified by ChannelIndex will be set.
If array contains more than 1 image, all significant channels will be set; in that case the number of elements must be equal to the number of significant channels of processing image, value of the ChannelIndex is set to -1 and cannot be changed.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also