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

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

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