Open oliver-phet opened 3 years ago
Thanks for tagging the related issues @oliver-phet. The Colorblinding Chrome extension I've been using looks pretty good for Deuteranopia but is somewhat lacking for Protanopia.
Deuteranopia
Protanopia
We can definitely do better than this. Unfortunately, it looks like the code calls things redBead
and limeBead
which should probably be more generically named. The colors are easy enough to experiment with locally, though.
There is ongoing PhET-iO work and this sim is on the docket to be republished. We could easily incorporate a color change into that release.
Using phetColorScheme.RED_COLORBLIND for the red beads won't fix things. It looks worse for normal vision and isn't really any better for protanopia.
We would be better off using something like red/blue. Here's what it looks like with pure blue rgb( 0, 0, 255)
.
I'll review this with @kathy-phet when we resume PhET-iO design discussions.
Unassigning myself until work resumes on this sim.
Related issues:https://github.com/phetsims/wave-on-a-string/issues/67 https://github.com/phetsims/wave-on-a-string/issues/105
Assigning to @arouinfar for now.