ComponentFactory.Krypton.Toolkit.PaletteRibbonDouble.GetRibbonBackColor4 C# (CSharp) Method

GetRibbonBackColor4() public method

Gets the fourth background color for the ribbon item.
public GetRibbonBackColor4 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public Color GetRibbonBackColor4(PaletteState state)
        {
            if (BackColor4 != Color.Empty)
                return BackColor4;
            else
                return _inheritBack.GetRibbonBackColor4(state);
        }