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ยง
- StreamExt ๐
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