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

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/tmpl/gimpchannel.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
gimpchannel
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Functions for manipulating channels.
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
Functions for manipulating channels.
 
10
</para>
 
11
 
 
12
<!-- ##### SECTION See_Also ##### -->
 
13
<para>
 
14
 
 
15
</para>
 
16
 
 
17
<!-- ##### FUNCTION gimp_channel_new ##### -->
 
18
<para>
 
19
 
 
20
</para>
 
21
 
 
22
@image_ID: 
 
23
@name: 
 
24
@width: 
 
25
@height: 
 
26
@opacity: 
 
27
@color: 
 
28
@Returns: 
 
29
 
 
30
 
 
31
<!-- ##### FUNCTION gimp_channel_copy ##### -->
 
32
<para>
 
33
 
 
34
</para>
 
35
 
 
36
@channel_ID: 
 
37
@Returns: 
 
38
 
 
39
 
 
40
<!-- ##### FUNCTION gimp_channel_get_show_masked ##### -->
 
41
<para>
 
42
 
 
43
</para>
 
44
 
 
45
@channel_ID: 
 
46
@Returns: 
 
47
 
 
48
 
 
49
<!-- ##### FUNCTION gimp_channel_set_show_masked ##### -->
 
50
<para>
 
51
 
 
52
</para>
 
53
 
 
54
@channel_ID: 
 
55
@show_masked: 
 
56
@Returns: 
 
57
 
 
58
 
 
59
<!-- ##### FUNCTION gimp_channel_get_opacity ##### -->
 
60
<para>
 
61
 
 
62
</para>
 
63
 
 
64
@channel_ID: 
 
65
@Returns: 
 
66
 
 
67
 
 
68
<!-- ##### FUNCTION gimp_channel_set_opacity ##### -->
 
69
<para>
 
70
 
 
71
</para>
 
72
 
 
73
@channel_ID: 
 
74
@opacity: 
 
75
@Returns: 
 
76
 
 
77
 
 
78
<!-- ##### FUNCTION gimp_channel_get_color ##### -->
 
79
<para>
 
80
 
 
81
</para>
 
82
 
 
83
@channel_ID: 
 
84
@color: 
 
85
@Returns: 
 
86
 
 
87
 
 
88
<!-- ##### FUNCTION gimp_channel_set_color ##### -->
 
89
<para>
 
90
 
 
91
</para>
 
92
 
 
93
@channel_ID: 
 
94
@color: 
 
95
@Returns: 
 
96
 
 
97
 
 
98
<!-- ##### FUNCTION gimp_channel_combine_masks ##### -->
 
99
<para>
 
100
 
 
101
</para>
 
102
 
 
103
@channel1_ID: 
 
104
@channel2_ID: 
 
105
@operation: 
 
106
@offx: 
 
107
@offy: 
 
108
@Returns: 
 
109
 
 
110