VintaSoft Imaging .NET SDK 12.4: 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; }
    
    
    [Description("An array of images which represent channels of destination image.")]
    public: __property Vintasoft.Imaging.VintasoftImage*[] get_Channels();
    public: __property void set_Channels(
    Vintasoft.Imaging.VintasoftImage*[]* value
    );
    [Description("An array of images which represent channels of destination image.")]
    public:
    property Vintasoft.Imaging.VintasoftImage^[] Channels { Vintasoft.Imaging.VintasoftImage^[] get(); void set(array<Vintasoft.Imaging.VintasoftImage^>^ value); }
    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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also