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

GetBackColor1() public method

Gets the first background color.
public GetBackColor1 ( PaletteBackStyle style, PaletteState state ) : Color
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return Color
        public virtual Color GetBackColor1(PaletteBackStyle style, PaletteState state)
        {
            return _target.GetBackColor1(style, state);
        }
PaletteRedirect