ComponentFactory.Krypton.Toolkit.PaletteBackInheritRedirect.GetBackColor2 C# (CSharp) Method

GetBackColor2() public method

Gets the second back color from the redirector.
public GetBackColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetBackColor2(PaletteState state)
        {
            return _redirect.GetBackColor2(Style, state);
        }