2.1.0 • Published 3 years ago

@fantasy-color/lab-to-hcl v2.1.0

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

@fantasy-color/lab-to-hcl

Transform a LAB color object to a HCL color object.

type labToHcl = (color: LAB) => HCL

Example usage:

import labToHcl from '@fantasy-color/lab-to-hcl'

labToHcl({
  luminance: 54.29173376861782,
  a: 80.8124553179771,
  b: 69.88504032350531
})
// { hue: 40.85261277607024, chroma: 106.83899941284552, luminance: 54.29173376861782 }
2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

5 years ago