kornelski / rust-rgb

struct RGB for sharing pixels between crates
https://lib.rs/rgb
MIT License
98 stars 19 forks source link

Implement Into<[u8; 4]> for ARGB<u8> etc. #54

Closed ModProg closed 1 year ago

ModProg commented 1 year ago

Currently there is as_slice but in contexts where you need access to an array this is not ideal.