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

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

Initializes a new instance of the GammaCorrection class.
public GammaCorrection ( double gamma ) : System
gamma double Gamma value.
Результат System
        public GammaCorrection( double gamma )
        {
            Gamma = gamma;

            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format24bppRgb]    = PixelFormat.Format24bppRgb;
        }

Same methods

GammaCorrection::GammaCorrection ( ) : System