Searched refs:gMax (Results 1 – 1 of 1) sorted by relevance
136 public static int randColor(int rMax, int gMax, int bMax) throws Exception { in randColor() argument138 int g = random.nextInt(gMax + 1) % 256; in randColor()
Completed in 8 milliseconds