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); // get all pixels RGBColor[] pixels = pmi.array;
See Implementation
Returns the entire internal one-dimensional pixel array of the image.