[][src]Crate pyxel

Pyxel

Pyxel is a library for loading PyxelEdit documents in Rust. Current only the latest (v0.4.8) version of PyxelEdit is officially supported.

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

BlendMode

A Pyxel blend mode.

PyxelError

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.