-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
For example:
spectra.lch(65, 100, 15).hexcode = '#FF0077'
In R:
hcl(15, 100, 65) = '#F8766D'
================
Update:
The problem is that the lch refers to colormath.color_objects.LCHabColor. However in R, the lch function is actually the polar coordinates of the LCHUV color space, which is defined in colormath as colormath.color_objects.LCHuvColor.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels