ComponentFactory.Krypton.Toolkit.PaletteBackLightenColors.GetBackColorAngle C# (CSharp) Метод

GetBackColorAngle() публичный Метод

Gets the color background angle.
public GetBackColorAngle ( PaletteState state ) : float
state PaletteState Palette value should be applicable to this state.
Результат float
        public override float GetBackColorAngle(PaletteState state)
        {
            return _inherit.GetBackColorAngle(state);
        }