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

GetRibbonGroupSeparatorDark() public abstract method

Gets the color for the group separator dark.
public abstract GetRibbonGroupSeparatorDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonGroupSeparatorDark(PaletteState state);
PaletteBase