AForge.Imaging.Filters.ExtractChannel.ExtractChannel C# (CSharp) Method

ExtractChannel() public method

Initializes a new instance of the ExtractChannel class.
public ExtractChannel ( short channel ) : System
channel short ARGB channel to extract.
return System
        public ExtractChannel( short channel ) : this( )
        {
            this.Channel = channel;
        }

Same methods

ExtractChannel::ExtractChannel ( ) : System