예제 #1
0
 public ColState(int r, int g, int b, int a) {
   this(Utils.clipcol(r, g, b, a));
 }