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

SetColorCorrectionOffset() protected method

Sets the ColorCorrectionOffset property, available only to objects in the same assembly as TargaExtensionArea.
protected SetColorCorrectionOffset ( int intColorCorrectionOffset ) : void
intColorCorrectionOffset int The Color Correction Offset value read from the file.
return void
        protected internal void SetColorCorrectionOffset(int intColorCorrectionOffset)
        {
            this.intColorCorrectionOffset = intColorCorrectionOffset;
        }