示例#1
0
 public static void verticalGradient(int x, int y, int x2, int y2, int from, int to) {
   gui.verticalGradient(theLeft + x, theTop + y, theLeft + x2, theTop + y2, from, to);
 }