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

GetBackColor1() public abstract method

Gets the first background color.
public abstract GetBackColor1 ( PaletteBackStyle style, PaletteState state ) : Color
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetBackColor1(PaletteBackStyle style, PaletteState state);
PaletteBase