jakoivis / color-util

Color utilities with format conversions and gradients
MIT License
7 stars 1 forks source link

additional color formats #3

Closed jakoivis closed 7 years ago

jakoivis commented 7 years ago

transform from format to another happens only in obj format requires renaming obj -> rgbaObj int.toRgbaObj hex.toRgbaObj ...

rgbaObj.toHsvObj rgbaObj.toHslObj rgbaObj.toCmyckObj ...

jakoivis commented 7 years ago

obj -> rgb just to make it shorter. hsl was added since that's the only one I need now. Others will be added later if needed.