ComponentFactory.Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonQATButtonDark C# (CSharp) Method

GetRibbonQATButtonDark() public method

Gets the color for the extra QAT button dark content color.
public GetRibbonQATButtonDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public Color GetRibbonQATButtonDark(PaletteState state)
        {
            if (QATButtonDarkColor != Color.Empty)
                return QATButtonDarkColor;
            else
                return _inherit.GetRibbonQATButtonDark(state);
        }