Paloma.TargaExtensionArea.SetGammaDenominator C# (CSharp) Method

SetGammaDenominator() protected method

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