Screen Module (screen)
- Initialize rotation coordinate system (screen.init)
- Get screen size (screen.size)
- Keep screen active (screen.keep)
- Unkeep screen (screen.unkeep)
- Get color at a point (screen.get_color)
- Get RGB color at a point (screen.get_color_rgb)
- Multi-point color matching (screen.is_colors)
- Find color (color-similarity mode) (screen.find_color)
- Find color (color-offset mode) (screen.find_color)
- Capture screen image (screen.image)
- ! OCR text in region (screen.ocr_text)
- Find image on screen (screen.find_image)
- Rotate coordinates (screen.rotate_xy)
- Inverse rotate coordinates (screen.unrotate_xy)