Skip to content

Releases: Metahond/color-util

v1.0.1

18 Jul 18:38
9e80dc0
Compare
Choose a tag to compare

This version implements support for random color generation.

v1.0.0

05 Jul 10:08
fd51815
Compare
Choose a tag to compare

The first version of color-util introduces color creation and conversion. The following color formats are currently supported:
• Hexadecimal colors
• RGB colors
• HSL colors
• HSV/HSB colors
• HWB colors
• CMYK colors

You can interconvert between them and access the color's properties.