ImageData.data

The pixel data of the image. <p> Note that for 16 bit depth images the pixel data is stored in least significant byte order; however, for 24bit and 32bit depth images the pixel data is stored in most significant byte order. </p>

class ImageData
byte[] data;

Meta