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

GetRibbonDisabledLight() public abstract method

Gets the light disabled color used for ribbon glyphs.
public abstract GetRibbonDisabledLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonDisabledLight(PaletteState state);
PaletteBase