Returns the entire internal one-dimensional pixel array of the image.
One-dimensional array of RGBColor objects.
Typical usage:
PixMapImage pmi = new PixMapFile(10, 10); RGBColor[] pixels = pmi.array; // get all pixels
See Implementation
Returns the entire internal one-dimensional pixel array of the image.