the pixels of <mImage>
The pixel data of an image.
An expression which evaluates to an image.
// Load an image from a file variable tImage as Image put image from file "images/logo.png" into tImage // Get the pixels of the image variable tPixelData as Data put the pixels of tImage into tPixelData
The raw ARGB pixel data of the image.