You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I love your R work, your generative artwork, overall it is quite inspiring. Much respect.
I have found a bug. It's simple but important.
In farver.cpp the function compare_dispatch_from() does not include an entry for Hcl. It should be the 13th entry, as with compare_dispatch_to().
As a result, the following example returns the first HCL color, which "should never happen" but unfortunately does:
First, I love your R work, your generative artwork, overall it is quite inspiring. Much respect.
I have found a bug. It's simple but important.
In
farver.cpp
the functioncompare_dispatch_from()
does not include an entry for Hcl. It should be the 13th entry, as withcompare_dispatch_to()
.As a result, the following example returns the first HCL color, which "should never happen" but unfortunately does:
Output:
(Expected output is a
numeric
distance.)I have another issue - I will report separately. Thank you!
The text was updated successfully, but these errors were encountered: