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

GetBackColor1() public method

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