AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetKeyColor C# (CSharp) Метод

SetKeyColor() защищенный Метод

Sets the KeyColor property, available only to objects in the same assembly as TargaExtensionArea.
protected SetKeyColor ( Color cKeyColor ) : void
cKeyColor Color The Key Color value read from the file.
Результат void
        protected internal void SetKeyColor(Color cKeyColor)
        {
            this.cKeyColor = cKeyColor;
        }