AForge.Imaging.Filters.ContrastCorrection.ContrastCorrection C# (CSharp) Метод

ContrastCorrection() публичный Метод

Initializes a new instance of the ContrastCorrection class.
public ContrastCorrection ( int factor ) : System
factor int Contrast adjusting factor.
Результат System
        public ContrastCorrection( int factor )
        {
            Factor = factor;
        }

Same methods

ContrastCorrection::ContrastCorrection ( ) : System