158159160161162163164
{ throw new WrongParameterException("Input image has only " + numUniqueColors + " unique color(s), so it cannot be reduced to " + paletteSize + " color(s)."); } return new RGBColorList(hist); }