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;
        }