reference/gmagick/gmagick/setimagecolorspace.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -17,8 +17,6 @@
17
17
Sets the image colorspace.
18
18
</para>
19
19

20
-
21
-

22
20
</refsect1>
23
21

24
22
<refsect1 role="parameters">
...
...
@@ -29,7 +27,8 @@
29
27
<term><parameter>colorspace</parameter></term>
30
28
<listitem>
31
29
<para>
32
-
The image colorspace: UndefinedColorspace, RGBColorspace, GRAYColorspace, TransparentColorspace, OHTAColorspace, XYZColorspace, YCbCrColorspace, YCCColorspace, YIQColorspace, YPbPrColorspace, YPbPrColorspace, YUVColorspace, CMYKColorspace, sRGBColorspace, HSLColorspace, or HWBColorspace.
30
+
One of the <link linkend="gmagick.constants.colorspace">Colorspace</link> constant
31
+
(<literal>Gmagick::COLORSPACE_*</literal>).
33
32
</para>
34
33
</listitem>
35
34
</varlistentry>
...
...
@@ -40,7 +39,7 @@
40
39
<refsect1 role="returnvalues">
41
40
&reftitle.returnvalues;
42
41
<para>
43
-
The Gmagick object on success
42
+
The <classname>Gmagick</classname> object.
44
43
</para>
45
44
</refsect1>
46
45

47
46