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

GetRibbonQATButtonLight() public abstract method

Gets the color for the extra QAT button light content color.
public abstract GetRibbonQATButtonLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonQATButtonLight(PaletteState state);
PaletteBase