BBGamelib.CCTintTo.CCTintTo C# (CSharp) Method

CCTintTo() public method

public CCTintTo ( float t, byte r, byte g, byte b ) : UnityEngine
t float
r byte
g byte
b byte
return UnityEngine
		public CCTintTo(float t, byte r, byte g, byte b){
			initWithDuration (t, r, g, b);
		}