reference/gmagick/gmagickpixel/setcolor.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -14,11 +14,9 @@
14
14
<methodparam><type>string</type><parameter>color</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
-
Sets the color described by the GmagickPixel object, with a string (e.g. "blue", "#0000ff", "rgb(0,0,255)", "cmyk(100,100,100,10)", etc.).
17
+
Sets the color described by the <classname>GmagickPixel</classname> object, with a string (e.g. "blue", "#0000ff", "rgb(0,0,255)", "cmyk(100,100,100,10)", etc.).
18
18
</para>
19
19

20
-
21
-

22
20
</refsect1>
23
21

24
22
<refsect1 role="parameters">
...
...
@@ -29,7 +27,7 @@
29
27
<term><parameter>color</parameter></term>
30
28
<listitem>
31
29
<para>
32
-
The color definition to use in order to initialise the GmagickPixel object.
30
+
The color definition to use in order to initialise the <classname>GmagickPixel</classname> object.
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 GmagickPixel object on success.
41
+
The <classname>GmagickPixel</classname> object.
44
42
</para>
45
43
</refsect1>
46
44

47
45