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