~asdfghjkl-deactivatedaccount1/python-imaging/gif-fix

« back to all changes in this revision

Viewing changes to Docs/pythondoc-PIL.ImageColor.html

  • Committer: effbot
  • Date: 2006-07-05 20:36:11 UTC
  • Revision ID: svn-v4:be285980-f00d-0410-a9fe-d4747b46ecd0:pil:348
Load Imaging-1.1.6b1 into pil.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
2
 
<html>
3
 
<head>
4
 
<meta http-equiv='Content-Type' content='text/html; charset=us-ascii' />
5
 
<title>The PIL.ImageColor Module</title>
6
 
<link rel='stylesheet' href='effbot.css' type='text/css' />
7
 
</head>
8
 
<body>
9
 
<h1>The PIL.ImageColor Module</h1>
10
 
<dl>
11
 
<dt><a id='PIL.ImageColor.getrgb-function' name='PIL.ImageColor.getrgb-function'><b>getrgb(color)</b></a> [<a href='#PIL.ImageColor.getrgb-function'>#</a>]</dt>
12
 
<dd>
13
 
<p>Convert color string to RGB tuple.</p>
14
 
<dl>
15
 
<dt><i>color</i></dt>
16
 
<dd>
17
 
A CSS3-style colour string.</dd>
18
 
<dt>Returns:</dt>
19
 
<dd>
20
 
An RGB-tuple.</dd>
21
 
<dt>Raises <b>ValueError</b>:</dt><dd>
22
 
If the color string could not be interpreted
23
 
   as an RGB value.</dd>
24
 
</dl><br />
25
 
</dd>
26
 
</dl>
27
 
</body></html>
 
1
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
 
2
<html>
 
3
<head>
 
4
<meta http-equiv='Content-Type' content='text/html; charset=us-ascii' />
 
5
<title>The PIL.ImageColor Module</title>
 
6
<link rel='stylesheet' href='effbot.css' type='text/css' />
 
7
</head>
 
8
<body>
 
9
<h1>The PIL.ImageColor Module</h1>
 
10
<dl>
 
11
<dt><a id='PIL.ImageColor.getrgb-function' name='PIL.ImageColor.getrgb-function'><b>getrgb(color)</b></a> [<a href='#PIL.ImageColor.getrgb-function'>#</a>]</dt>
 
12
<dd>
 
13
<dl>
 
14
<dt><i>color</i></dt>
 
15
<dd>
 
16
</dd>
 
17
<dt>Returns:</dt>
 
18
<dd>
 
19
</dd>
 
20
<dt>Raises <b>ValueError</b>:</dt><dd>
 
21
</dd>
 
22
</dl><br />
 
23
</dd>
 
24
</dl>
 
25
</body></html>