reference/gmagick/gmagick/setsamplingfactors.xml
19e8122137a1d42ed60f17fe2c0c2b69b0b2d16b
...
...
@@ -4,7 +4,7 @@
4
4
<refentry xml:id="gmagick.setsamplingfactors" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>Gmagick::setsamplingfactors</refname>
7
-
<refpurpose>Sets the image sampling factors. </refpurpose>
7
+
<refpurpose>Sets the image sampling factors</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
...
...
@@ -16,9 +16,6 @@
16
16
<para>
17
17
Sets the image sampling factors.
18
18
</para>
19
-

20
-
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -29,7 +26,7 @@
29
26
<term><parameter>factors</parameter></term>
30
27
<listitem>
31
28
<para>
32
-
An array of doubles representing the sampling factor for each color component (in RGB order).
29
+
An array of <type>float</type>s representing the sampling factor for each color component (in RGB order).
33
30
</para>
34
31
</listitem>
35
32
</varlistentry>
...
...
@@ -40,7 +37,7 @@
40
37
<refsect1 role="returnvalues">
41
38
&reftitle.returnvalues;
42
39
<para>
43
-
The Gmagick object on success.
40
+
The <classname>Gmagick</classname> object.
44
41
</para>
45
42
</refsect1>
46
43

47
44