Create an RGBA image.
Create a paletted image.
Create an alpha mask.
Clear the image, replacing every pixel with given color.
Clear the image, replacing every pixel with given color.
Get data of the image in raw form.
Get color at given position. Position must be in image bounds.
Get a palette entry at given index.
Set color at given position. Does nothing if position is out of bounds.
Image data. Make sure to access data relevant to the current format.
Palette data, if relevant. Access into an invalid palette index is equivalent to full white.
Image data. Make sure to access data relevant to the current format.
Image data. Make sure to access data relevant to the current format.
Image available to the CPU.