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

GetBackColorAngle() public method

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