RonnyDo / ColorPicker

A color picker for elementaryOS.
GNU General Public License v3.0
107 stars 28 forks source link

Add HSL color format (Hue, Saturation, Lightness) #80

Open cjfloss opened 4 years ago

cjfloss commented 4 years ago

Here is an example of calculation https://stackoverflow.com/a/39147465

waldyrious commented 4 years ago

Just FYI, this PR led me to submit #81 to document the existing formats in the README :)