AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetGammaDenominator C# (CSharp) Метод

SetGammaDenominator() защищенный Метод

Sets the GammaDenominator property, available only to objects in the same assembly as TargaExtensionArea.
protected SetGammaDenominator ( int intGammaDenominator ) : void
intGammaDenominator int The Gamma Denominator value read from the file.
Результат void
        protected internal void SetGammaDenominator(int intGammaDenominator)
        {
            this.intGammaDenominator = intGammaDenominator;
        }