ComponentFactory.Krypton.Toolkit.PaletteBackInheritRedirect.GetBackColor1 C# (CSharp) Method

GetBackColor1() public method

Gets the first background color from the redirector.
public GetBackColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetBackColor1(PaletteState state)
        {
            return _redirect.GetBackColor1(Style, state);
        }