Represents image data consisting of width, height, and pixel colors.
The height of the image.
The two-dimensional array of pixel colors. Read with data.pixels[x][y]
The width of the image.
Represents image data consisting of width, height, and pixel colors.