Expand description
Structs§
- Animation
- A Pyxel animation.
- Canvas
- A Pyxel canvas.
- Color
- An RGBA color
- Layer
- A Pyxel canvas layer.
- Palette
- A Pyxel palette.
- Pyxel
- A Pyxel document.
- TileRef
- A reference to a tile in a Pyxel tileset.
- Tileset
- A Pyxel tileset.
Enums§
- Blend
Mode - A Pyxel blend mode.
- Pyxel
Error - An enumeration of Pyxel errors.
Functions§
- load
- Load a Pyxel document from a reader.
- load_
from_ memory - Load a Pyxel document from a byte slice.
- open
- Open the Pyxel document located at the path specified.