Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion errors HWB -> RGB -> HWB #33

Open
lifeiscontent opened this issue Jul 5, 2017 · 3 comments
Open

Conversion errors HWB -> RGB -> HWB #33

lifeiscontent opened this issue Jul 5, 2017 · 3 comments

Comments

@lifeiscontent
Copy link

  it('breaks', () => {
    const rgb = colorSpace.hwb.rgb([219, 31, 84]);
    const hwb = colorSpace.rgb.hwb(rgb);
    expect(hwb).toEqual([219, 31, 84]);
    // actual value is [0, 26.956521739130434, 73.04347826086956]
  });
@dy
Copy link
Member

dy commented Jan 4, 2020

Hm. Why was it closed?

@lifeiscontent
Copy link
Author

@dy because no one responded for 3 years. I give up.

@dy dy reopened this Jan 4, 2020
@dy
Copy link
Member

dy commented Jan 4, 2020

It got lost, but it is important issue. Needs investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants