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

GetRibbonDisabledDark() public method

Gets the dark disabled color used for ribbon glyphs.
public GetRibbonDisabledDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetRibbonDisabledDark(PaletteState state)
        {
            return _disabledGlyphDark;
        }
PaletteSparkleBase