Computer Science Canada

Color Chart For Turing (Picture and CODE) 255 COLORS

Author:  the_short1 [ Thu Feb 19, 2004 7:29 pm ]
Post subject:  Color Chart For Turing (Picture and CODE) 255 COLORS

This is a nice chart to have around to find out what 255 colors look good for your new program...(well 247-55 8 are BLACK so i didn;t show) anyways... here is turing program to produce this to your screen in colunms... or just download the screenshot
Enjoy...

Author:  shorthair [ Thu Feb 19, 2004 8:56 pm ]
Post subject: 

nice and useful , thanks for the app

Author:  ProgrammingFun [ Tue Jan 12, 2010 7:29 pm ]
Post subject:  RE:Color Chart For Turing (Picture and CODE) 255 COLORS

This is really great. You have helped a lot of people. I would give bits but I am poor.

Author:  Euphoracle [ Tue Jan 12, 2010 8:09 pm ]
Post subject:  RE:Color Chart For Turing (Picture and CODE) 255 COLORS

Necro batman!

Author:  mirhagk [ Mon Jan 18, 2010 10:29 am ]
Post subject:  RE:Color Chart For Turing (Picture and CODE) 255 COLORS

Turing:

for i:1..maxcol
colourback(i),"    "..
end for

I prefer using that code snippet. The code is so small that I dont even save it, I just create a new program and type that whenever I want to see the colour chart.

Author:  Turing_Gamer [ Mon Jan 18, 2010 11:52 am ]
Post subject:  Re: Color Chart For Turing (Picture and CODE) 255 COLORS

Here is one that is on our school computers...
Its basically the same thing...

Author:  Alex C. [ Thu Jan 12, 2012 10:49 pm ]
Post subject:  RE:Color Chart For Turing (Picture and CODE) 255 COLORS

thanks for the help! Very Happy
(and sorry for necroing...)

Author:  thuvi [ Mon Feb 27, 2012 10:32 pm ]
Post subject:  RE:Color Chart For Turing (Picture and CODE) 255 COLORS

Wow.. that is really helpful. Before I used to type in the colours and those colours were very limited. Thank you!

Author:  Colin [ Tue Feb 28, 2012 4:29 am ]
Post subject:  Interactive Color Chart & RGB Generator

Colour Charts always come in handy when developing Turing programs. Here is an interactive one I built a few years back that I am always pulling out for reference. Maybe others will find it useful too.

Features:
-Large Colour preview
-3 comparison colour swatches
- Colour selection by arrow keys or mouse
- Abbreviated colour index in title when minimizes so you can reference it easily
-Categorised colours into Groups


I also have an RGB generator that I will throw in because it serves a similar purpose.

Author:  Velocity [ Thu Mar 01, 2012 5:00 pm ]
Post subject:  RE:Color Chart For Turing (Picture and CODE) 255 COLORS

Very nice program colin, im sure this will help alot of beginners.

Author:  vahnx [ Fri Mar 02, 2012 4:16 pm ]
Post subject:  RE:Color Chart For Turing (Picture and CODE) 255 COLORS

Colin: For your RGB Color Generator, how do you change the delay? I tried almost every key.

Author:  TW iz Rippin [ Fri Mar 02, 2012 4:25 pm ]
Post subject:  RE:Color Chart For Turing (Picture and CODE) 255 COLORS

wow thanks... this helps so much aha

Author:  Colin [ Sat Mar 03, 2012 4:25 pm ]
Post subject:  Controls for Color Chart & RGB Gen

Ok Every one.
Here all of the controls for both Color Chart 5 and RGB Generator.

__/CONTROLLS\_______________________________
/----------------------------------------------------------------------\
|-----------------| Interactive Color Chart |-------------------|

Increase/Decrese Color Num - Left & Right Arrow Keys
Move Up/Down color Row - Up & Down Arrow Keys
Add to Color Swatch - Enter Key or click with mouse

|-----------------| RGB Color Genorator |----------------------|

Change selection - Left & Right Arrow Keys
Increments Color Value - Up & Down Arrow Keys
Fine/slow Movement - Hold S
Increase delay - Press +
Decease delay - Press -
(+ & - only works on the number strip not on the keypad)
\-----------------------------------------------------------------------/

You can download the controls document to save with the executables for later reference.

Author:  CreatedByGabe [ Sun Jun 28, 2015 11:14 pm ]
Post subject:  RE:Color Chart For Turing (Picture and CODE) 255 COLORS

Thanks, This is perfect for changing colors in the text in my game!
code:

put "I'm the evil"..
colour (40)
put "Dr. EVIL!"

Author:  MrMac [ Wed Jul 29, 2015 12:25 am ]
Post subject:  RE:Color Chart For Turing (Picture and CODE) 255 COLORS

I used this image for my entire course.


: