Earlier quoted context omitted.
That "full screen" button in the top-right. Or, at least, that's the only thing I see there that you can't do with HTML/JS.
You can actually, F11
The Colour Clock
71–80 of 95 posts
Re: The Colour Clock
#72Re: The Colour Clock
#73Awesome idea. I took some time to rewrite in HTML5: http://brisy.info/colors/ Though the colours I'm getting are different. I wonder why.
edit: definitely not, but I think there's a gradient overlay, which is causing the colors to appear brighter in the center.
Re: The Colour Clock
#74Re: The Colour Clock
#75 http://svn.red-bean.com/repos/circles/trunk/
Hmm, but that's after I started making some mods. For best results, try an earlier rev (this was converted from CVS, hence the weird log message): http://viewvc.red-bean.com/circles/trunk/?pathrev=3Re: The Colour Clock
#76I wonder how well the color blind can detect second to second changes in hue? Not a complaint, just a genuine curiosity. Any color blind out there care to comment?
I'm red-green colour blind but have difficulty in describing colours in general (I see them and know what they are but sometimes (and especially if they're under a coloured light) I can't specifically say what colour a wall is, for example). This is quite interesting as I can't really see second-by-second changes; at most I can see small jumps (not the radically large ones) you get every few seconds.
Re: The Colour Clock
#77Re: The Colour Clock
#78http://minus20.e-2.org/artists_projects_chriso.html
Last year I re-made it as a free iOS app which takes the time and converts it using a RGB>HEX function I found that I think is correct:
http://itunes.apple.com/us/app/time-as-color/id335133255?mt=...
I also made one that sets Hour, Minute to latitude,longitude in Google maps which I like looking at: http://itunes.apple.com/us/app/time-as-place/id336539483?mt=...
(edited second link)
Re: The Colour Clock
#79I had done something similar around 2000 though I wasn't very sophisticated at programming so I think it's off... http://minus20.e-2.org/artists_projects_chriso.html Last year I re-made it as a free iOS app which takes the time and converts it using a RGB>HEX function I found that I think is correct: http://itunes.apple.com/us/app/time-as-color/id335133255?mt=... I also made one that sets Hour, Minute to latitude,lon…