ReadonlywidthReadonlyheightHeight of this Image.
Horizontal offset relative to the top left corner of the logical screen.
Vertical offset relative to the top left corner of the logical screen.
ReadonlyindicesIndices into the color table, from left to right, top to bottom.
StaticfromStaticfromCreates an image from a sequence of colors.
Obviously the length of this array must be width * height to be able to fill in the entire image.
Color table to use. It will be stored in the resulting image and marked as local.
StaticmakeCreates an image that uses every color in the given color table once.
Notice that this method returns any potential errors, rather than throwing them.
Width of this Image.