I'm trying to make a colorblind color solver for all 4 types of colorblindness for Science Fair. Can anyone tell me a code to change the color they tap?
So after they take a picture, they can tap on their image and get the RGB, and the color name & color. Am I able to change the color based on their colorblindness setting based on RGB? if not is there another code I can use?
My app is meant to demonstrate & help people with Protan, Deutan, Tritan, & Monochromacy see.
I'm basing it on this website, where it helps tell the colors, but not how to change RGB per colorblindness (Main Problem). I don't know how to do that, but want to for my project. (And Video)
I read the starter tutorial you linked, and I assume you have an aia and want to fill in
the part where you can get a better name for the RGB color value of the chosen picture pixel. That's easily done in a dozen blocks and a given color name/code file.
some kind of interactive user test where he is pointed to a random spot on a picture and asked to recreate that color on one of the sample color pickers in the above color FAQ?
I'll look into the name per pixel, it will save a lot of time. Thank you.
For the 2nd canvas, I want to be able to turn on/off a mode where users can see how people see the pixel color based on the colorblind setting under it.
For Example: I click on the cube, and Canvas 2 gives the color. Are users able to change how they see Canvas 2? The sliders are the severity.
When you say "the part where you can get a better name for the RGB color value of the chosen picture pixel. That's easily done in a dozen blocks and a given color name/code file." are you able to send me the code for that if possible please, thank you!
Says couldnt load project, but i'll also look into that code. Are you also working on changing canvas 2 based on the filter if possible? No rush btw. But sorry for late response.