NScumm.Sky.Logic.FnFadeUp C# (CSharp) Method

FnFadeUp() private method

private FnFadeUp ( uint a, uint b, uint c ) : bool
a uint
b uint
c uint
return bool
        private bool FnFadeUp(uint a, uint b, uint c)
        {
            SystemVars.Instance.CurrentPalette = a;
            _skyScreen.FnFadeUp(a, b);
            return true;
        }
Logic