ComponentFactory.Krypton.Toolkit.PaletteSparkleBase.GetRibbonTabSeparatorContextColor C# (CSharp) Method

GetRibbonTabSeparatorContextColor() public method

Gets the color for the tab context separators.
public GetRibbonTabSeparatorContextColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetRibbonTabSeparatorContextColor(PaletteState state)
        {
            return _sparkleColors[3];
        }
PaletteSparkleBase