reference/gmagick/gmagick/separateimagechannel.xml
59f31f284aab5016a0b52234dc2713a234975433
...
...
@@ -16,9 +16,6 @@
16
16
<para>
17
17
Separates a channel from the image and returns a grayscale image. A channel is a particular color component of each pixel in the image.
18
18
</para>
19
-

20
-
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -29,7 +26,8 @@
29
26
<term><parameter>channel</parameter></term>
30
27
<listitem>
31
28
<para>
32
-
Identify which channel to extract: RedChannel, GreenChannel, BlueChannel, OpacityChannel, CyanChannel, MagentaChannel, YellowChannel, BlackChannel.
29
+
One of the <link linkend="gmagick.constants.channel">Channel</link> constant
30
+
(<literal>Gmagick::CHANNEL_*</literal>).
33
31
</para>
34
32
</listitem>
35
33
</varlistentry>
...
...
@@ -40,7 +38,7 @@
40
38
<refsect1 role="returnvalues">
41
39
&reftitle.returnvalues;
42
40
<para>
43
-
The Gmagick object on success
41
+
The <classname>Gmagick</classname> object.
44
42
</para>
45
43
</refsect1>
46
44

47
45