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

GetRibbonDisabledLight() public method

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