AForge.Imaging.Filters.GammaCorrection.GammaCorrection C# (CSharp) Method

GammaCorrection() public method

Initializes a new instance of the GammaCorrection class.
public GammaCorrection ( ) : System
return System
        public GammaCorrection( ) : this ( 2.2 )
        {
        }

Same methods

GammaCorrection::GammaCorrection ( double gamma ) : System