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

GetRibbonGroupSeparatorLight() public method

Gets the color for the group separator light.
public GetRibbonGroupSeparatorLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetRibbonGroupSeparatorLight(PaletteState state)
        {
            return _ribbonColors[(int)SchemeOfficeColors.RibbonGroupSeparatorLight];
        }
PaletteSparkleBase