sharkdp / pastel

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

Add input support for CIELAB (#3) #101

Closed saidsay-so closed 4 years ago

saidsay-so commented 4 years ago

This commit adds the support for parsing CIELab in the CLI.

sharkdp commented 4 years ago

Thank you very much, looks great!

saidsay-so commented 4 years ago

I added more tests for the parser.

sharkdp commented 4 years ago

Awesome, thanks!

saidsay-so commented 4 years ago

No problem!