AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetColorCorrectionOffset C# (CSharp) 메소드

SetColorCorrectionOffset() 보호된 메소드

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.
리턴 void
        protected internal void SetColorCorrectionOffset(int intColorCorrectionOffset)
        {
            this.intColorCorrectionOffset = intColorCorrectionOffset;
        }