Jiafan
Results
2
issues of
Jiafan
the double-dash might be a leftover of a bazel / blaze run command, which is not required for python invocation.
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`...