~ubuntu-branches/ubuntu/hoary/gimp/hoary

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/tmpl/gimpcolor.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-04-04 14:51:23 UTC
  • Revision ID: james.westby@ubuntu.com-20050404145123-9py049eeelfymur8
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
gimpcolor
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Functions for manipulating color.
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
Functions for manipulating color, including curves and histograms.
 
10
 
 
11
</para>
 
12
 
 
13
<!-- ##### SECTION See_Also ##### -->
 
14
<para>
 
15
 
 
16
</para>
 
17
 
 
18
<!-- ##### FUNCTION gimp_brightness_contrast ##### -->
 
19
<para>
 
20
 
 
21
</para>
 
22
 
 
23
@drawable_ID: 
 
24
@brightness: 
 
25
@contrast: 
 
26
@Returns: 
 
27
 
 
28
 
 
29
<!-- ##### FUNCTION gimp_levels ##### -->
 
30
<para>
 
31
 
 
32
</para>
 
33
 
 
34
@drawable_ID: 
 
35
@channel: 
 
36
@low_input: 
 
37
@high_input: 
 
38
@gamma: 
 
39
@low_output: 
 
40
@high_output: 
 
41
@Returns: 
 
42
 
 
43
 
 
44
<!-- ##### FUNCTION gimp_levels_auto ##### -->
 
45
<para>
 
46
 
 
47
</para>
 
48
 
 
49
@drawable_ID: 
 
50
@Returns: 
 
51
 
 
52
 
 
53
<!-- ##### FUNCTION gimp_levels_stretch ##### -->
 
54
<para>
 
55
 
 
56
</para>
 
57
 
 
58
@drawable_ID: 
 
59
@Returns: 
 
60
 
 
61
 
 
62
<!-- ##### FUNCTION gimp_posterize ##### -->
 
63
<para>
 
64
 
 
65
</para>
 
66
 
 
67
@drawable_ID: 
 
68
@levels: 
 
69
@Returns: 
 
70
 
 
71
 
 
72
<!-- ##### FUNCTION gimp_desaturate ##### -->
 
73
<para>
 
74
 
 
75
</para>
 
76
 
 
77
@drawable_ID: 
 
78
@Returns: 
 
79
 
 
80
 
 
81
<!-- ##### FUNCTION gimp_equalize ##### -->
 
82
<para>
 
83
 
 
84
</para>
 
85
 
 
86
@drawable_ID: 
 
87
@mask_only: 
 
88
@Returns: 
 
89
 
 
90
 
 
91
<!-- ##### FUNCTION gimp_invert ##### -->
 
92
<para>
 
93
 
 
94
</para>
 
95
 
 
96
@drawable_ID: 
 
97
@Returns: 
 
98
 
 
99
 
 
100
<!-- ##### FUNCTION gimp_curves_spline ##### -->
 
101
<para>
 
102
 
 
103
</para>
 
104
 
 
105
@drawable_ID: 
 
106
@channel: 
 
107
@num_points: 
 
108
@control_pts: 
 
109
@Returns: 
 
110
 
 
111
 
 
112
<!-- ##### FUNCTION gimp_curves_explicit ##### -->
 
113
<para>
 
114
 
 
115
</para>
 
116
 
 
117
@drawable_ID: 
 
118
@channel: 
 
119
@num_bytes: 
 
120
@curve: 
 
121
@Returns: 
 
122
 
 
123
 
 
124
<!-- ##### FUNCTION gimp_color_balance ##### -->
 
125
<para>
 
126
 
 
127
</para>
 
128
 
 
129
@drawable_ID: 
 
130
@transfer_mode: 
 
131
@preserve_lum: 
 
132
@cyan_red: 
 
133
@magenta_green: 
 
134
@yellow_blue: 
 
135
@Returns: 
 
136
 
 
137
 
 
138
<!-- ##### FUNCTION gimp_colorize ##### -->
 
139
<para>
 
140
 
 
141
</para>
 
142
 
 
143
@drawable_ID: 
 
144
@hue: 
 
145
@saturation: 
 
146
@lightness: 
 
147
@Returns: 
 
148
 
 
149
 
 
150
<!-- ##### FUNCTION gimp_histogram ##### -->
 
151
<para>
 
152
 
 
153
</para>
 
154
 
 
155
@drawable_ID: 
 
156
@channel: 
 
157
@start_range: 
 
158
@end_range: 
 
159
@mean: 
 
160
@std_dev: 
 
161
@median: 
 
162
@pixels: 
 
163
@count: 
 
164
@percentile: 
 
165
@Returns: 
 
166
 
 
167
 
 
168
<!-- ##### FUNCTION gimp_hue_saturation ##### -->
 
169
<para>
 
170
 
 
171
</para>
 
172
 
 
173
@drawable_ID: 
 
174
@hue_range: 
 
175
@hue_offset: 
 
176
@lightness: 
 
177
@saturation: 
 
178
@Returns: 
 
179
 
 
180
 
 
181
<!-- ##### FUNCTION gimp_threshold ##### -->
 
182
<para>
 
183
 
 
184
</para>
 
185
 
 
186
@drawable_ID: 
 
187
@low_threshold: 
 
188
@high_threshold: 
 
189
@Returns: 
 
190
 
 
191