core
- Animation
- Font
- SpriteCollection
SpriteCollectionSpriteCollection.__init__()SpriteCollection.add()SpriteCollection.clear()SpriteCollection.copy()SpriteCollection.fromkeys()SpriteCollection.get()SpriteCollection.items()SpriteCollection.keys()SpriteCollection.load()SpriteCollection.load_json_file()SpriteCollection.pop()SpriteCollection.popitem()SpriteCollection.rename()SpriteCollection.serialize()SpriteCollection.setdefault()SpriteCollection.to_json_file()SpriteCollection.update()SpriteCollection.values()
- Sprite
SpriteSprite.__init__()Sprite.attach()Sprite.calculate_size()Sprite.copy()Sprite.detach()Sprite.empty()Sprite.flip_horizontally()Sprite.flip_vertically()Sprite.from_text()Sprite.handle_notification()Sprite.heightSprite.load()Sprite.load_from_ansi_file()Sprite.modulate()Sprite.notify()Sprite.render_to_buffer()Sprite.scale()Sprite.screen_columnSprite.screen_rowSprite.serialize()Sprite.set_sprixel()Sprite.set_transparency()Sprite.sprixel()Sprite.store_screen_position()Sprite.tint()Sprite.width
- Sprixel
SprixelSprixel.__init__()Sprixel.attach()Sprixel.bg_colorSprixel.black_rect()Sprixel.black_square()Sprixel.blue_rect()Sprixel.blue_square()Sprixel.copy()Sprixel.cyan_rect()Sprixel.cyan_square()Sprixel.detach()Sprixel.fg_colorSprixel.from_ansi()Sprixel.green_rect()Sprixel.green_square()Sprixel.handle_notification()Sprixel.lengthSprixel.load()Sprixel.magenta_rect()Sprixel.magenta_square()Sprixel.modelSprixel.notify()Sprixel.red_rect()Sprixel.red_square()Sprixel.render_to_buffer()Sprixel.screen_columnSprixel.screen_rowSprixel.serialize()Sprixel.store_screen_position()Sprixel.white_rect()Sprixel.white_square()Sprixel.yellow_rect()Sprixel.yellow_square()
- Color