ComponentFactory.Krypton.Toolkit.PaletteRedirect.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 virtual Color GetRibbonDisabledLight(PaletteState state)
        {
            return _target.GetRibbonDisabledLight(state);
        }
PaletteRedirect