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

ExtractNormalizedRGBChannel() public method

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

Same methods

ExtractNormalizedRGBChannel::ExtractNormalizedRGBChannel ( ) : System