AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetGammaNumerator C# (CSharp) Méthode

SetGammaNumerator() protected méthode

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.
Résultat void
        protected internal void SetGammaNumerator(int intGammaNumerator)
        {
            this.intGammaNumerator = intGammaNumerator;
        }