Set all of the pixels of an image to the given color.
image
color
Image fill(Image image, int color) => image.fill(color);