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

GetRibbonContextTextColor() public method

Gets the color for the ribbon context text.
public GetRibbonContextTextColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetRibbonContextTextColor(PaletteState state)
        {
            return _ribbonColors[(int)SchemeOfficeColors.RibbonTabTextNormal];
        }
PaletteSparkleBase