Example #1
0
 public static ActionInterval CCColorTo(Graphic obj, float duration, Color to)
 {
     return(obj.CCColorTo(duration, to));
 }