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

Color contrast is too low between Color.red and Color.green #30

Open
hcientist opened this issue Dec 1, 2022 · 0 comments
Open

Color contrast is too low between Color.red and Color.green #30

hcientist opened this issue Dec 1, 2022 · 0 comments

Comments

@hcientist
Copy link

g2.setColor(Color.GREEN);

in this activity, we have a white background on which we draw rgb(255,0,0) and rgb(0,255,0) (see eg Color.java ). Perhaps (at the risk of slightly complicating the models?) we should use colors with more contrast. At the very least we might benefit from using anything other than specifically red and green due to the prevalence of r/g color blindness.

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

1 participant