File: Codd2.colors

package info (click to toggle)
golly 2.3-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 10,080 kB
  • sloc: cpp: 41,951; python: 6,339; sh: 3,912; perl: 1,172; java: 49; makefile: 47
file content (11 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
# colors from
# http://necsi.org/postdocs/sayama/sdsr/java/loops.java
# Color.black,Color.blue,Color.red,Color.green,
# Color.yellow,Color.magenta,Color.white,Color.cyan,Color.orange
color=1    0    0  255
color=2  255    0    0
color=3    0  255    0
color=4  255  255    0
color=5  255    0  255
color=6  255  255  255
color=7    0  255  255