Exemplo n.º 1
0
 public LTDescr TweenFillColor(Color c, float t)
 {
     return(TweenFillColor(spline.GetFillColor1(), c, t));
 }