The rgb crate allows no-copy high-level interoperability. Its RGBA type implements the From and Into traits from/to a tuple of 4 values like the ones used right now.
It would make this crate much easier to use together with other graphic crates that uses other pixel color representations.
The rgb crate allows no-copy high-level interoperability. Its RGBA type implements the From and Into traits from/to a tuple of 4 values like the ones used right now.
It would make this crate much easier to use together with other graphic crates that uses other pixel color representations.