Image
A brief reference to the Image class.
Initialization
image = Image(screen, image_file, x, y, width, height)Color
image.color(color) # Tints the image by the passed ColorFlip
image.flip(axis) # accepts 'x' or 'y'Animation (GIF)
Last updated