sharkdp / pastel

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

Add support for HSV #169

Closed jameshurst closed 1 year ago

jameshurst commented 1 year ago

This PR adds support for HSV parsing and conversions.

The logic for converting HSV to/from HSL was taken from https://en.wikipedia.org/wiki/HSL_and_HSV#Interconversion.

sharkdp commented 1 year ago

Thank you very much!