Example #1
0
 static public int ReverseEnd(IntPtr l)
 {
     try {
         CinemaDirector.ColorTransition self = (CinemaDirector.ColorTransition)checkSelf(l);
         self.ReverseEnd();
         return(0);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }