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

GetBackColorAngle() public method

Gets the color background angle from the redirector.
public GetBackColorAngle ( PaletteState state ) : float
state PaletteState Palette value should be applicable to this state.
return float
        public override float GetBackColorAngle(PaletteState state)
        {
            return _redirect.GetBackColorAngle(Style, state);
        }