static int dominant332color(RGBImage img) { ret indexOfMaxEntryInIntArray(histogram332_array(img)); } static int dominant332color(BufferedImage img) { ret dominant332color(RGBImage(img)); }