BBGamelib.CCTintBy.reverseImpl C# (CSharp) Method

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction
		protected override CCAction reverseImpl ()
		{
			CCTintBy act = new CCTintBy(_duration, (short)-_deltaR, (short)-_deltaG, (short)-_deltaB);
			return act;
		}
	}