Exemplo n.º 1
0
        public static LNTintTo Action(float t, LColor c)
        {
            LNTintTo tint = new LNTintTo();

            tint._duration = t;
            tint._to       = c;
            return(tint);
        }
Exemplo n.º 2
0
		public static LNTintTo Action(float t, LColor c) {
			LNTintTo tint = new LNTintTo();
			tint._duration = t;
			tint._to = c;
			return tint;
		}