BBGamelib.CCTintBy.CCTintBy C# (CSharp) Method

CCTintBy() public method

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