reference/gmagick/gmagick/setimagechanneldepth.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -18,8 +18,6 @@
18
18
Sets the depth of a particular image channel.
19
19
</para>
20
20

21
-
22
-

23
21
</refsect1>
24
22

25
23
<refsect1 role="parameters">
...
...
@@ -30,7 +28,8 @@
30
28
<term><parameter>channel</parameter></term>
31
29
<listitem>
32
30
<para>
33
-
Identify which channel to extract: RedChannel, GreenChannel, BlueChannel, OpacityChannel, CyanChannel, MagentaChannel, YellowChannel, BlackChannel.
31
+
One of the <link linkend="gmagick.constants.channel">Channel</link> constant
32
+
(<literal>Gmagick::CHANNEL_*</literal>).
34
33
</para>
35
34
</listitem>
36
35
</varlistentry>
...
...
@@ -49,7 +48,7 @@
49
48
<refsect1 role="returnvalues">
50
49
&reftitle.returnvalues;
51
50
<para>
52
-
The Gmagick object on success
51
+
The <classname>Gmagick</classname> object.
53
52
</para>
54
53
</refsect1>
55
54

56
55