A PixelArray represents a texture by using a two-dimensional array of RGB tuples.
Remarks
The first dimension is the vertical axis (rows) and the second dimension is the horizontal axis (columns). Each pixel is a tuple of three numbers [R, G, B] in the range 0-255.
A PixelArray represents a texture by using a two-dimensional array of RGB tuples.