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

Added a paragraph to 3.3 explaining the common forms of color blindness. #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions slides/03-Designers/02-color-meaning.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ you are using color as an indicator (for instance, green for something active
and grey for something inactive), include a text equivalent description for the
state.

Most colour blind people are able to see things as clearly as other people but they unable to fully ‘see’ red, green or blue light. There are different types of colour blindness and there are extremely rare cases where people are unable to see any colour at all.

The most common form of colour blindness is known as red/green colour blindness and most colour blind people suffer from this. Although known as red/green colour blindness this does not mean sufferers mix up red and green, it means they mix up all colours which have some red or green as part of the whole colour. For example, a red/green colour blind person will confuse a blue and a purple because they can’t ‘see’ the red element of the colour purple. See the example of pink, purple and blue pen cases below to understand this effect.

Here's an example where providing a very simple texture to a bar chart will aid in readability and understanding for someone with decreased color perception.

<figure>
Expand Down