AForge.Imaging.Filters.BrightnessCorrection.BrightnessCorrection C# (CSharp) Méthode

BrightnessCorrection() public méthode

Initializes a new instance of the BrightnessCorrection class.
public BrightnessCorrection ( ) : System
Résultat System
        public BrightnessCorrection( )
            : this(0.1)
        {
        }

Same methods

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