ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetRibbonBackColor1 C# (CSharp) Method

GetRibbonBackColor1() public method

Gets the first background color for the ribbon item.
public GetRibbonBackColor1 ( PaletteRibbonBackStyle style, PaletteState state ) : Color
style PaletteRibbonBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return Color
        public virtual Color GetRibbonBackColor1(PaletteRibbonBackStyle style, PaletteState state)
        {
            return _target.GetRibbonBackColor1(style, state);
        }
PaletteRedirect