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

GetRibbonBackColor3() public method

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