sharkdp / pastel

A command-line tool to generate, analyze, convert and manipulate colors
Apache License 2.0
5.07k stars 102 forks source link

Implement `Color::from_u32` for the rgba #202

Closed irevoire closed 10 months ago

irevoire commented 10 months ago

Hello,

I was looking for an easy crate to work with color, and this one is almost perfect, but it's missing a way to convert an u32 to a Color (which is strange because we can output a color to an u32).