ComponentFactory.Krypton.Toolkit.PaletteDataGridViewBackInherit.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 override float GetBackColorAngle(PaletteState state)
        {
            return _inherit.GetBackColorAngle(state);
        }