Destructor.
Copy pixels from another image onto this one.
Create the image and fill it with a unique color.
Create the image from an array of pixels.
Create a transparency mask from a specified color-key.
Flip the image horizontally (left <-> right)
Flip the image vertically (top <-> bottom)
Get the color of a pixel
Get the read-only array of pixels that make up the image.
Return the size (width and height) of the image.
Load the image from a file on disk.
Load the image from a file in memory.
Save the image to a file on disk.
Change the color of a pixel.
Return the size (width and height) of the image.
Create a copy of the Image.