Computer Science Canada The Many Colours of Turing |
Author: | Parzival [ Tue Mar 26, 2013 7:11 pm ] | ||
Post subject: | The Many Colours of Turing | ||
Now for anyone trying to get the hang of colours, there are two ways you can change the colour of something.. either by stating the name of the colour (word) or by typing in the colour's assigned value (nuumber). Some examples of what it would look like if you were to use the colour's name: colour(green) colour(brightgreen) colour(blue) *NOTE: Not all colours are supported. Which is why it can be better to use the values. Some examples of what it would look like if you were to use the colour's value: colour(13) colour(57) colour(89) As you can probably see, it's impossible to tell what colour the numbers are assigned to, unless of course you have a chart or have memorized each one. So to make it a bit easier, I have quickly written a program that prints out all of the colours as well as their values. The comments do a fairly good job at explaining what the program does, assuming you have some knowledge of the language. Just copy the following text into Turing (I use 4.1.1) and hit Run to see all of the colours appear before you along with their values. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- I would save this program somewhere on your computer so that it's conveniently there at your disposal. I'm sorry if this wasn't as in-depth as you expected it to be. I more or less just created this 'Tutorial" to give you the program and tell you a little bit about colours. Thank you. *NOTE: You can't just put "colour(blue)" or "colour(45)" into Turing alone. It must be assigned to either text or an object, otherwise it will not appear. *NOTE: Also take note that I am Canadian, I spell colour with a 'u'. Turing will accept either "colour" or "color" ![]() |
Author: | Insectoid [ Tue Mar 26, 2013 7:18 pm ] |
Post subject: | RE:The Many Colours of Turing |
You should look into the rgb module. color(x) is limited to 128 colors (I think. It might be 256). The rgb module allows far more colors. |
Author: | Cancer Sol [ Tue Mar 26, 2013 7:31 pm ] | ||
Post subject: | Re: The Many Colours of Turing | ||
Insectoid, you're a mod right? Someone (a mod) could maybe edit it and use the turing syntax thingy to make it look more beautiful ![]() Just in case you didn't know (or anyone who sees this and doesn't know), you can't compile your turing programs on version 4.1.1, you'll have to download 4.1 instead. I'm not telling you to compile this program though, it wouldn't be right for what you're trying to show ![]() Nice tutorial though, and welcome to the CompSci forums! P.s. next time you post your codes, use this:
At least, that's what I think it is xD It'll allow indents for your codes and it'll add the turing syntax highlights. |
Author: | Insectoid [ Tue Mar 26, 2013 7:33 pm ] |
Post subject: | RE:The Many Colours of Turing |
Yeah, I'm not a mod. Dunno why, I mean, I should be right now, right? |
Author: | Cancer Sol [ Tue Mar 26, 2013 8:08 pm ] |
Post subject: | Re: RE:The Many Colours of Turing |
Insectoid @ 3/26/2013, 7:33 pm wrote: Yeah, I'm not a mod. Dunno why, I mean, I should be right now, right?
Yeah ![]() You've helped the community a lot, and you're an active member. Maybe you should talk to Dan about being a mod ![]() I would PM Dan or Tony to be your voucher, but I kinda spammed Dan a bit... if three PM's count xD |
Author: | Insectoid [ Tue Mar 26, 2013 8:10 pm ] |
Post subject: | RE:The Many Colours of Turing |
I talk to Dan all the time. If I'm not a mod, there's a reason for it. |
Author: | Dan [ Wed Mar 27, 2013 1:58 am ] |
Post subject: | RE:The Many Colours of Turing |
I added a code tag to your post Parzival (as requested by Cancer Sol). There is no reason in particular Insectoid is not a mod other then the fact that we don't relay need any more mods right now. However, if you want Insectoid I can give you a custom title/rank since you have at least earned that. PM me if you want one. |
Author: | Cancer Sol [ Thu Mar 28, 2013 4:26 pm ] |
Post subject: | Re: RE:The Many Colours of Turing |
Dan @ 3/27/2013, 1:58 am wrote: I added a code tag to your post Parzival (as requested by Cancer Sol).
There is no reason in particular Insectoid is not a mod other then the fact that we don't relay need any more mods right now. However, if you want Insectoid I can give you a custom title/rank since you have at least earned that. PM me if you want one. Thanks Dan, so many people aren't using them. I just wish they would read the sticky ![]() |