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

GetRibbonQATButtonDark() public abstract method

Gets the color for the extra QAT button dark content color.
public abstract GetRibbonQATButtonDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonQATButtonDark(PaletteState state);
PaletteBase