~ubuntu-branches/ubuntu/breezy/gimp/breezy

« back to all changes in this revision

Viewing changes to devel-docs/libgimpcolor/tmpl/gimphsv.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-10-04 19:04:46 UTC
  • Revision ID: james.westby@ubuntu.com-20051004190446-ukh32kwk56s4sjhu
Tags: upstream-2.2.8
ImportĀ upstreamĀ versionĀ 2.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
GimpHSV
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Definitions and Functions relating to HSV colors.
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
Definitions and Functions relating to HSV colors.
 
10
</para>
 
11
 
 
12
<!-- ##### SECTION See_Also ##### -->
 
13
<para>
 
14
 
 
15
</para>
 
16
 
 
17
<!-- ##### STRUCT GimpHSV ##### -->
 
18
<para>
 
19
 
 
20
</para>
 
21
 
 
22
@h: 
 
23
@s: 
 
24
@v: 
 
25
@a: 
 
26
 
 
27
<!-- ##### FUNCTION gimp_hsv_set ##### -->
 
28
<para>
 
29
 
 
30
</para>
 
31
 
 
32
@hsv: 
 
33
@hue: 
 
34
@saturation: 
 
35
@value: 
 
36
 
 
37
 
 
38
<!-- ##### FUNCTION gimp_hsv_clamp ##### -->
 
39
<para>
 
40
 
 
41
</para>
 
42
 
 
43
@hsv: 
 
44
 
 
45
 
 
46
<!-- ##### FUNCTION gimp_hsva_set ##### -->
 
47
<para>
 
48
 
 
49
</para>
 
50
 
 
51
@hsva: 
 
52
@hue: 
 
53
@saturation: 
 
54
@value: 
 
55
@alpha: 
 
56
 
 
57