~sliver17/+junk/Latrunculi

« back to all changes in this revision

Viewing changes to colors.html

  • Committer: Marek Zdražil
  • Date: 2010-11-25 16:50:46 UTC
  • Revision ID: zdrazilmarek@gmail.com-20101125165046-nm5x6nhxn4dmlklg
přepsáno

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
3
<html><head><title>Python: module colors</title>
 
4
</head><body bgcolor="#f0f0f8">
 
5
 
 
6
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
 
7
<tr bgcolor="#7799ee">
 
8
<td valign=bottom>&nbsp;<br>
 
9
<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong>colors</strong></big></big></font></td
 
10
><td align=right valign=bottom
 
11
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/marek/NetBeansProjects/Latrunculi/src/colors.py">/home/marek/NetBeansProjects/Latrunculi/src/colors.py</a></font></td></tr></table>
 
12
    <p></p>
 
13
<p>
 
14
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
 
15
<tr bgcolor="#eeaa77">
 
16
<td colspan=3 valign=bottom>&nbsp;<br>
 
17
<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
 
18
    
 
19
<tr><td bgcolor="#eeaa77"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
 
20
<td width="100%"><dl><dt><a name="-colored"><strong>colored</strong></a>(text, color)</dt></dl>
 
21
</td></tr></table><p>
 
22
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
 
23
<tr bgcolor="#55aa55">
 
24
<td colspan=3 valign=bottom>&nbsp;<br>
 
25
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
 
26
    
 
27
<tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
 
28
<td width="100%"><strong>BLUE</strong> = 4<br>
 
29
<strong>COLORS</strong> = {'BLUE': 4, 'CYAN': 6, 'GREEN': 2, 'MAGENTA': 5, 'RED': 1, 'WHITE': 7, 'YELLOW': 3}<br>
 
30
<strong>COLOR_SEQ</strong> = '<font color="#c040c0">\x1b</font>[1;%dm'<br>
 
31
<strong>CYAN</strong> = 6<br>
 
32
<strong>GREEN</strong> = 2<br>
 
33
<strong>MAGENTA</strong> = 5<br>
 
34
<strong>RED</strong> = 1<br>
 
35
<strong>RESET_SEQ</strong> = '<font color="#c040c0">\x1b</font>[0m'<br>
 
36
<strong>WHITE</strong> = 7<br>
 
37
<strong>YELLOW</strong> = 3</td></tr></table>
 
38
</body></html>
 
 
b'\\ No newline at end of file'