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

SetKeyColor() protected method

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.
return void
        protected internal void SetKeyColor(Color cKeyColor)
        {
            this.cKeyColor = cKeyColor;
        }