VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Filters Namespace / ConvolutionCommand Class / ColorChannel Property
Syntax Requirements SeeAlso
In This Topic
    ColorChannel Property (ConvolutionCommand)
    In This Topic
    Gets or sets a color channel(s) to process.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(RGB)>
    <DescriptionAttribute("A color channel(s) to process.")>
    Public Property ColorChannel As Vintasoft.Imaging.ImageProcessing.RgbColorChannel
    
    
    [DefaultValue(RGB)]
    [Description("A color channel(s) to process.")]
    public Vintasoft.Imaging.ImageProcessing.RgbColorChannel ColorChannel { get; set; }
    
    
    [DefaultValue(RGB)]
    [Description("A color channel(s) to process.")]
    public: __property Vintasoft.Imaging.ImageProcessing.RgbColorChannel get_ColorChannel();
    public: __property void set_ColorChannel(
    Vintasoft.Imaging.ImageProcessing.RgbColorChannel value
    );

    Property Value

    Default value is all color channels.
    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