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

GetRibbonBackColor4() public abstract method

Gets the fourth background color for the ribbon item.
public abstract GetRibbonBackColor4 ( PaletteRibbonBackStyle style, PaletteState state ) : Color
style PaletteRibbonBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonBackColor4(PaletteRibbonBackStyle style, PaletteState state);
PaletteBase