mapeditor / rs-tiled

Reads files from the Tiled editor into Rust
https://crates.io/crates/tiled
MIT License
268 stars 103 forks source link

Color parsing does not take `alpha` into account #148

Closed aleokdev closed 2 years ago

aleokdev commented 2 years ago

The Color structure does not keep track of the alpha value of the color, and the FromStr implementation of Color is wrong since it assumes that colors are in the #RRGGBB format (as opposed to #AARRGGBB)