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

BrightnessCorrection() 공개 메소드

Initializes a new instance of the BrightnessCorrection class.
public BrightnessCorrection ( ) : System
리턴 System
        public BrightnessCorrection( )
            : this(0.1)
        {
        }

Same methods

BrightnessCorrection::BrightnessCorrection ( double adjustValue ) : System
BrightnessCorrection::BrightnessCorrection ( double adjustValue, bool keepBW, bool keepGray, int grayTolerance ) : System