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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpcolor/xml/gimphsv.xml

  • 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:
4
4
 
5
5
<refentry id="libgimpcolor-GimpHSV">
6
6
<refmeta>
7
 
<refentrytitle role="top_of_page">GimpHSV</refentrytitle>
 
7
<refentrytitle role="top_of_page" id="libgimpcolor-GimpHSV.top_of_page">GimpHSV</refentrytitle>
8
8
<manvolnum>3</manvolnum>
9
9
<refmiscinfo>LIBGIMPCOLOR Library</refmiscinfo>
10
10
</refmeta>
15
15
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
16
16
</refnamediv>
17
17
 
18
 
<refsynopsisdiv role="synopsis">
 
18
<refsynopsisdiv id="libgimpcolor-GimpHSV.synopsis" role="synopsis">
19
19
<title role="synopsis.title">Synopsis</title>
20
20
 
21
21
<synopsis>
22
 
 
23
 
 
24
 
 
25
22
                    <link linkend="GimpHSV">GimpHSV</link>;
26
23
                    <link linkend="GimpHSL">GimpHSL</link>;
27
24
<link linkend="void">void</link>                <link linkend="gimp-hsv-set">gimp_hsv_set</link>                        (<link linkend="GimpHSV">GimpHSV</link> *hsv,
36
33
                                                         <link linkend="gdouble">gdouble</link> alpha);
37
34
#define             <link linkend="GIMP-TYPE-HSV:CAPS">GIMP_TYPE_HSV</link>
38
35
#define             <link linkend="GIMP-TYPE-HSL:CAPS">GIMP_TYPE_HSL</link>
39
 
 
40
36
</synopsis>
41
37
</refsynopsisdiv>
42
38
 
48
44
 
49
45
 
50
46
 
51
 
<refsect1 role="desc">
 
47
<refsect1 id="libgimpcolor-GimpHSV.description" role="desc">
52
48
<title role="desc.title">Description</title>
53
49
<para>
54
50
Definitions and Functions relating to HSV colors.
55
51
</para>
56
52
</refsect1>
57
53
 
58
 
<refsect1 role="details">
 
54
<refsect1 id="libgimpcolor-GimpHSV.details" role="details">
59
55
<title role="details.title">Details</title>
60
 
<refsect2>
61
 
<title><anchor id="GimpHSV" role="struct"/>GimpHSV</title>
62
 
<indexterm><primary>GimpHSV</primary></indexterm><programlisting>typedef struct {
 
56
<refsect2 id="GimpHSV" role="struct">
 
57
<title>GimpHSV</title>
 
58
<indexterm zone="GimpHSV"><primary>GimpHSV</primary></indexterm><programlisting>typedef struct {
63
59
  gdouble h, s, v, a;
64
60
} GimpHSV;
65
61
</programlisting>
66
62
<para>
67
63
 
68
64
</para></refsect2>
69
 
<refsect2>
70
 
<title><anchor id="GimpHSL" role="struct"/>GimpHSL</title>
71
 
<indexterm><primary>GimpHSL</primary></indexterm><programlisting>typedef struct {
 
65
<refsect2 id="GimpHSL" role="struct">
 
66
<title>GimpHSL</title>
 
67
<indexterm zone="GimpHSL"><primary>GimpHSL</primary></indexterm><programlisting>typedef struct {
72
68
  gdouble h, s, l, a;
73
69
} GimpHSL;
74
70
</programlisting>
75
71
<para>
76
72
 
77
73
</para></refsect2>
78
 
<refsect2>
79
 
<title><anchor id="gimp-hsv-set" role="function"/>gimp_hsv_set ()</title>
80
 
<indexterm><primary>gimp_hsv_set</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_hsv_set                        (<link linkend="GimpHSV">GimpHSV</link> *hsv,
 
74
<refsect2 id="gimp-hsv-set" role="function">
 
75
<title>gimp_hsv_set ()</title>
 
76
<indexterm zone="gimp-hsv-set"><primary>gimp_hsv_set</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_hsv_set                        (<link linkend="GimpHSV">GimpHSV</link> *hsv,
81
77
                                                         <link linkend="gdouble">gdouble</link> hue,
82
78
                                                         <link linkend="gdouble">gdouble</link> saturation,
83
79
                                                         <link linkend="gdouble">gdouble</link> value);</programlisting>
99
95
 
100
96
</simpara></listitem></varlistentry>
101
97
</variablelist></refsect2>
102
 
<refsect2>
103
 
<title><anchor id="gimp-hsv-clamp" role="function"/>gimp_hsv_clamp ()</title>
104
 
<indexterm><primary>gimp_hsv_clamp</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_hsv_clamp                      (<link linkend="GimpHSV">GimpHSV</link> *hsv);</programlisting>
 
98
<refsect2 id="gimp-hsv-clamp" role="function">
 
99
<title>gimp_hsv_clamp ()</title>
 
100
<indexterm zone="gimp-hsv-clamp"><primary>gimp_hsv_clamp</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_hsv_clamp                      (<link linkend="GimpHSV">GimpHSV</link> *hsv);</programlisting>
105
101
<para>
106
102
 
107
103
</para><variablelist role="params">
111
107
 
112
108
</simpara></listitem></varlistentry>
113
109
</variablelist></refsect2>
114
 
<refsect2>
115
 
<title><anchor id="gimp-hsva-set" role="function"/>gimp_hsva_set ()</title>
116
 
<indexterm><primary>gimp_hsva_set</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_hsva_set                       (<link linkend="GimpHSV">GimpHSV</link> *hsva,
 
110
<refsect2 id="gimp-hsva-set" role="function">
 
111
<title>gimp_hsva_set ()</title>
 
112
<indexterm zone="gimp-hsva-set"><primary>gimp_hsva_set</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_hsva_set                       (<link linkend="GimpHSV">GimpHSV</link> *hsva,
117
113
                                                         <link linkend="gdouble">gdouble</link> hue,
118
114
                                                         <link linkend="gdouble">gdouble</link> saturation,
119
115
                                                         <link linkend="gdouble">gdouble</link> value,
139
135
 
140
136
</simpara></listitem></varlistentry>
141
137
</variablelist></refsect2>
142
 
<refsect2>
143
 
<title><anchor id="GIMP-TYPE-HSV:CAPS" role="macro"/>GIMP_TYPE_HSV</title>
144
 
<indexterm><primary>GIMP_TYPE_HSV</primary></indexterm><programlisting>#define GIMP_TYPE_HSV       (gimp_hsv_get_type ())
 
138
<refsect2 id="GIMP-TYPE-HSV:CAPS" role="macro">
 
139
<title>GIMP_TYPE_HSV</title>
 
140
<indexterm zone="GIMP-TYPE-HSV:CAPS"><primary>GIMP_TYPE_HSV</primary></indexterm><programlisting>#define GIMP_TYPE_HSV       (gimp_hsv_get_type ())
145
141
</programlisting>
146
142
<para>
147
143
 
148
144
</para></refsect2>
149
 
<refsect2>
150
 
<title><anchor id="GIMP-TYPE-HSL:CAPS" role="macro"/>GIMP_TYPE_HSL</title>
151
 
<indexterm><primary>GIMP_TYPE_HSL</primary></indexterm><programlisting>#define GIMP_TYPE_HSL       (gimp_hsl_get_type ())
 
145
<refsect2 id="GIMP-TYPE-HSL:CAPS" role="macro">
 
146
<title>GIMP_TYPE_HSL</title>
 
147
<indexterm zone="GIMP-TYPE-HSL:CAPS"><primary>GIMP_TYPE_HSL</primary></indexterm><programlisting>#define GIMP_TYPE_HSL       (gimp_hsl_get_type ())
152
148
</programlisting>
153
149
<para>
154
150
 
159
155
 
160
156
 
161
157
 
162
 
 
163
 
<refsect1><refsect2 /><refsect2 /></refsect1>
164
158
</refentry>