Accord.Imaging.Filters.BrightnessCorrection.BrightnessCorrection C# (CSharp) Method

BrightnessCorrection() public method

Initializes a new instance of the BrightnessCorrection class.
public BrightnessCorrection ( ) : System
return System
        public BrightnessCorrection()
        {
            AdjustValue = 10;
        }

Same methods

BrightnessCorrection::BrightnessCorrection ( int adjustValue ) : System