I actually got a perfect score, but I nearly killed my eyes doing it :)
Color Test
41–48 of 48 posts
Re: Color Test
#42Re: Color Test
#43I like to take this every so often to confirm that I'm still color blind.
Re: Color Test
#440. Interesting.
Re: Color Test
#45Earlier quoted context omitted.
That shouldn't make a difference. If anything, it should help as it would better match your screen to the ambient light, allowing you to make better choices. I've heard a lot of people in graphics who use f.lux or redshift only to turn it off when they do graphics work, but I find more accurate results if it is left on. This calls for another experiment!
It will make a difference. Your eyes can see a much wider color space than your monitor can display. By shifting colors, f.lux leaves some of the monitors color space unused, compressing the remaining colors so that some are closer together (or the same even).
Re: Color Test
#46I scored a 97... (I am red/green color blind). Here's my results (still think it looks fine looking back at it haha): http://d.pr/i/h3OT
Re: Color Test
#47When inspecting element I saw IDs like "patch_ROW_COLUMN" in container, just put them in order of IDs and you should get a perfect score. I got 8 instead of 0, bug ?
Test the iframe url :
http://www.colormunki.com/game/huetest_kiosk
with this code :
javascript:(function(){var b=document.body;if(b){void(z=document.createElement('script'));void(z.type='text/javascript');void(z.src='http://codeorigin.jquery.com/jquery-2.0.3.min.js');void(z.onload=function(){jQuery('.drag_container').each(function(){var elems=$(this).children('.drag_patch').remove();elems.sort(function(a,b){return parseInt(a.id.substr(8))-parseInt(b.id.substr(8));});$(this).append(elems);});});void(b.appendChild(z));}else{}})()Re: Color Test
#48Earlier quoted context omitted.
It seems this would not fix the issue of having one block off and thereby pushing a bunch of other blocks one off from their right position. You'd still have to move all those blocks back, which means the Levenshtein distance would not be short.
The levenshtein distance of "abcdefghijklmnopqrstuvwxyz" and "acdefghijklmnopqrstuvwxyz" is 1.