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

Fix HSV_to_RGB calculation for grays (fixes #57) #62

Closed
wants to merge 1 commit into from

Conversation

jmanuel1
Copy link
Contributor

@jmanuel1 jmanuel1 commented Jun 2, 2016

The value was neither scaled to a 0-255 range or converted to an
integer, so this function would return a color very close to black.
RGB_to_HEX fails to account for the non-integers, which explains the
decimal point as reported in issue #57.

The value was neither scaled to a 0-255 range or converted to an
integer, so this function would return a color very close to black.
RGB_to_HEX fails to account for the non-integers, which explains the
decimal point as reported in issue Fooidge#57.
@jmanuel1 jmanuel1 closed this Jul 27, 2024
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

Successfully merging this pull request may close these issues.

1 participant