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

GetBackColorAngle() public method

Gets the color background angle.
public GetBackColorAngle ( PaletteState state ) : float
state PaletteState Palette value should be applicable to this state.
return float
        public float GetBackColorAngle(PaletteState state)
        {
            if (ColorAngle != -1)
                return ColorAngle;
            else
                return _inherit.GetBackColorAngle(state);
        }