i found this: https://twitter.com/kinifi/status/39824 ... 48/photo/1
are any of you color blind?
color blind mode
- ejmr
- Party member
- Posts: 302
- Joined: Fri Jun 01, 2012 7:45 am
- Location: South Carolina, U.S.A.
- Contact:
Re: color blind mode
A friend of mine is color blind, specifically the protanopia class. As the thread title suggests, a color blind mode would be a useful tool to have. Does such a library already exist for LÖVE? If not, what does everyone think would be the best way to go about creating such a library? In the shmup I'm making I already worry about how well players can differentiate bullets from other things on screen, and that is not even taking color blindness into consideration. Having a library to emulate the different classes of color blindness would be a great utility in my opinion and I would be happy to contribute my time to such a project.
Re: color blind mode
There is a tool for this, which colors your whole desktop according to different sorts of color blindness: Color oracle
Check out my blog on gamedev
Re: color blind mode
It's good practice to design with color blindness in mind. Some source quote 10% of males are red-green or green-deficient color blind, but even then most people have difficulty with the Ishihara tests.
Re: color blind mode
It shouldn't be too hard to write a shader to simulate colorblindness. A decent approximation for red-green blindness could be to turn any pixel (r, g, b) into ( (r+g)*0.5, (r+g)*0.5, b) for example.
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
Who is online
Users browsing this forum: No registered users and 3 guests