Set all of the pixels of the image to the given color.
color
Image fill(int color) { data.fillRange(0, data.length, color); return this; }