ARCed.Database.Tilesets.ImageColorsDialog.RefreshColors C# (CSharp) Method

RefreshColors() private method

private RefreshColors ( ) : void
return void
        private void RefreshColors()
        {
            this.panelBackground.BackColor = this._settings.BackgroundColor.ToSystemColor();
            this.panelSelector.BackColor = this._settings.SelectorColor.ToSystemColor();
            this.panelGrid.BackColor = this._settings.GridColor.ToSystemColor();
            if (this.XnaPanel != null)
                this.XnaPanel.Invalidate();
        }