Mazer wrote:
Well, that's the trouble (or, one trouble, of many) with Turing. You've got 256 colours to work with, but alot of them look very much the same (in fact, maybe they are the same). So, I suppose that whatdotcolour() goes through it's list of 256 colours and if the colour in question looks like a colour it recognizes, that colour is returned. And if black (7, I think) is close enough it will be returned and 255 is never even reached.
Yes, some of the colours are infact the same. I'm not sure if it will help, but here's a program I wrote to detect colours and show their Turing values: