Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conversions between [u8; 4] and Color (#8564)
# Objective - Fixes #8563 ## Solution ~~- Implement From<Color> for [u8; 4]~~ ~~- also implement From<[u8; 4]> for Color because why not.~~ - implement method `as_rgba_u8` in Color --------- Co-authored-by: Gino Valente <[email protected]>
- Loading branch information