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

colors for generation clock #114

Closed
pixelzoom opened this issue Jul 2, 2020 · 5 comments
Closed

colors for generation clock #114

pixelzoom opened this issue Jul 2, 2020 · 5 comments
Assignees

Comments

@pixelzoom
Copy link
Contributor

Related to colors used for the generations clock...

In #92 (comment), @amanda-phet said:

  • Might using shades of green for both food and fur lead to color-coding misconceptions?

This is something I've wondered about, but it is difficult to find colors to associate with traits in a helpful way, so we picked three colors that are recommended for color-blindness. I suppose we could find a different color for food, or use the same color for both food and wolves (since they are in different regions now).

  • Should the food color-coding be reviewed for color-blindness compatibility?

I did a color-blind test and the green and pink regions in the generation clock aren't great for red-blind folks. Let me try playing with the colors a bit.

@pixelzoom
Copy link
Contributor Author

We're getting close to publishing a public preview version for #116. @amanda-phet is this issue something that you want to address before we publish the preview?

@amanda-phet
Copy link
Contributor

The illustrator protanopia color-filter doesn't make it seem like the pink+green is a problem. However my color blinding Chrome add-on makes it seem like it is a problem. Since I'm not color-blind, I'm not sure which is more "accurate."

In either case, can you confirm that the pink you are using is #f473a7? It seems bolder than the pink I'm seeing in the sim, which is registering as #CB78A2 using a color-picker add-on. If we make it bolder, it might fix this situation.

@pixelzoom
Copy link
Contributor Author

pixelzoom commented Aug 13, 2020

There are no clock colors specified in the design doc. I picked the pink out of one of your mockups using the Digital Color Meter app on macOS, which tells me that it's rgb( 203, 120, 162 ). I've been using that color since 6/2/2020.

Easy to change it. But where did you get #f473a7? Did I miss something?

pixelzoom added a commit that referenced this issue Aug 13, 2020
@pixelzoom
Copy link
Contributor Author

pixelzoom commented Aug 13, 2020

Clock color changed to #f473a7 in master (and verified that Digital Color Meter app is accurate).

Here's the complete set of colors used by the clock, from NaturalSelectionColors.js:

  // Generation Clock
  CLOCK_FILL: '#f473a7', // pink
  CLOCK_STROKE: 'black',
  CLOCK_REVEAL_COLOR: 'rgba( 255, 255, 255, 0.4 )', // transparent white
  CLOCK_FOOD_SLICE_COLOR: 'rgb( 0, 210, 0 )', // green
  CLOCK_WOLVES_SLICE_COLOR: 'rgb( 102, 102, 102 )', // grey

@pixelzoom pixelzoom removed their assignment Aug 13, 2020
@amanda-phet
Copy link
Contributor

This is looking a lot better on my color-blindness plug-in, in addition to illustrator. I think these colors are suitable now for color-blind individuals.

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

No branches or pull requests

2 participants