Example #1
0
        public static LNTintBy Action(float t, LColor c)
        {
            LNTintBy tint = new LNTintBy();

            tint._duration = t;
            tint._delta    = c;
            return(tint);
        }
Example #2
0
		public static LNTintBy Action(float t, LColor c) {
			LNTintBy tint = new LNTintBy();
			tint._duration = t;
			tint._delta = c;
			return tint;
		}