AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetGammaNumerator C# (CSharp) Method

SetGammaNumerator() protected method

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