Expand description
A module implementing XCursor file parsing.
Structsยง
- A struct representing an image. Pixels are in ARGB format, with each byte representing a single channel.
- Toc ๐
Traitsยง
- Stream
Ext ๐
Functionsยง
- parse_
header ๐ - parse_
img ๐ - parse_
toc ๐ - Parse an XCursor file into its images.
- Parse an XCursor file into its images.
- rgba_
to_ ๐argb Converts a RGBA slice into an ARGB vec