AForge.Imaging.Filters.ExtractNormalizedRGBChannel.ExtractNormalizedRGBChannel C# (CSharp) 메소드

ExtractNormalizedRGBChannel() 공개 메소드

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

Same methods

ExtractNormalizedRGBChannel::ExtractNormalizedRGBChannel ( ) : System