~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpcolor/html/libgimpcolor.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
Import upstream version 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
2
<html>
3
3
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
 
<title>Part&#160;I.&#160;GIMP Color Library</title>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>Part I. GIMP Color Library</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
7
<link rel="start" href="index.html" title="GIMP Color Library Reference Manual">
8
8
<link rel="up" href="index.html" title="GIMP Color Library Reference Manual">
9
9
<link rel="prev" href="index.html" title="GIMP Color Library Reference Manual">
10
10
<link rel="next" href="libgimpcolor-GimpRGB.html" title="GimpRGB">
11
 
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="libgimpcolor.html" title="Part&#160;I.&#160;GIMP Color Library">
 
13
<link rel="part" href="libgimpcolor.html" title="Part I. GIMP Color Library">
14
14
<link rel="index" href="libgimpcolor-index.html" title="Index">
15
15
<link rel="index" href="libgimpcolor-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
16
16
<link rel="index" href="libgimpcolor-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
19
19
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
20
20
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
21
21
<td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
22
 
<td>&#160;</td>
 
22
<td> </td>
23
23
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
24
24
<th width="100%" align="center">GIMP Color Library Reference Manual</th>
25
25
<td><a accesskey="n" href="libgimpcolor-GimpRGB.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
26
26
</tr></table>
27
27
<div class="part" lang="en">
28
28
<div class="titlepage"><div><div><h1 class="title">
29
 
<a name="libgimpcolor"></a>Part&#160;I.&#160;GIMP Color Library</h1></div></div></div>
 
29
<a name="libgimpcolor"></a>Part I. GIMP Color Library</h1></div></div></div>
30
30
<div class="toc">
31
31
<p><b>Table of Contents</b></p>
32
32
<dl>
33
33
<dt>
34
 
<span class="refentrytitle"><a href="libgimpcolor-GimpRGB.html">GimpRGB</a></span><span class="refpurpose"> &#8212; Definitions and Functions relating to RGB colors.</span>
35
 
</dt>
36
 
<dt>
37
 
<span class="refentrytitle"><a href="libgimpcolor-GimpHSV.html">GimpHSV</a></span><span class="refpurpose"> &#8212; Definitions and Functions relating to HSV colors.</span>
38
 
</dt>
39
 
<dt>
40
 
<span class="refentrytitle"><a href="libgimpcolor-GimpCMYK.html">GimpCMYK</a></span><span class="refpurpose"> &#8212; Definitions and Functions relating to CMYK colors.</span>
41
 
</dt>
42
 
<dt>
43
 
<span class="refentrytitle"><a href="libgimpcolor-GimpColorSpace.html">GimpColorSpace</a></span><span class="refpurpose"> &#8212; Utility functions which convert colors between different color models.</span>
 
34
<span class="refentrytitle"><a href="libgimpcolor-GimpRGB.html">GimpRGB</a></span><span class="refpurpose"> — Definitions and Functions relating to RGB colors.</span>
 
35
</dt>
 
36
<dt>
 
37
<span class="refentrytitle"><a href="libgimpcolor-GimpHSV.html">GimpHSV</a></span><span class="refpurpose"> — Definitions and Functions relating to HSV colors.</span>
 
38
</dt>
 
39
<dt>
 
40
<span class="refentrytitle"><a href="libgimpcolor-GimpCMYK.html">GimpCMYK</a></span><span class="refpurpose"> — Definitions and Functions relating to CMYK colors.</span>
 
41
</dt>
 
42
<dt>
 
43
<span class="refentrytitle"><a href="libgimpcolor-GimpColorSpace.html">GimpColorSpace</a></span><span class="refpurpose"> — Utility functions which convert colors between different color models.</span>
44
44
</dt>
45
45
<dt>
46
46
<span class="refentrytitle"><a href="libgimpcolor-GimpColorManaged.html">GimpColorManaged</a></span><span class="refpurpose"></span>
47
47
</dt>
48
48
<dt>
49
 
<span class="refentrytitle"><a href="libgimpcolor-GimpAdaptiveSupersample.html">GimpAdaptiveSupersample</a></span><span class="refpurpose"> &#8212; Functions to perform adaptive supersampling on an area.</span>
 
49
<span class="refentrytitle"><a href="libgimpcolor-GimpAdaptiveSupersample.html">GimpAdaptiveSupersample</a></span><span class="refpurpose"> — Functions to perform adaptive supersampling on an area.</span>
50
50
</dt>
51
51
<dt>
52
52
<span class="refentrytitle"><a href="libgimpcolor-GimpBilinear.html">GimpBilinear</a></span><span class="refpurpose"></span>
54
54
</dl>
55
55
</div>
56
56
</div>
 
57
<div class="footer">
 
58
<hr>
 
59
          Generated by GTK-Doc V1.10</div>
57
60
</body>
58
61
</html>