
-----------------------------------
alster99
Wed Sep 30, 2009 9:10 am

can someone post a good website for turing colours
-----------------------------------
I don't know what colours work in turing.

-----------------------------------
DemonWasp
Wed Sep 30, 2009 9:26 am

RE:can someone post a good website for turing colours
-----------------------------------
Look up colour in the Turing help, you should find a whole list of them.

Easier is probably just to write a program that displays colour swatches with the value of the colour (wherever it says "colorID", you can substitute an integer between 0 and 255).

-----------------------------------
[Gandalf]
Wed Sep 30, 2009 9:26 pm

RE:can someone post a good website for turing colours
-----------------------------------
RGB.GetColor(red_val, blue_val, green_val)

At least, that's what it is off the top of my head, not having done Turing for a few years. :)

-----------------------------------
Zren
Wed Sep 30, 2009 11:03 pm

Re: can someone post a good website for turing colours
-----------------------------------
If your talking about the predifined colours, then there's a colour represented for the integer values of 0-255. If you need a visual of all the colours, look up RBG in the reference. The main page ought to have a sample program with a nice palette.

Wait, why is this in the tutorials section?

[mod edit:] thx, moved
