reference/gmagick/gmagickpixel/construct.xml
c44e9cb68b9b65771f9c45db2c07a06c63d71359
...
...
@@ -9,16 +9,14 @@
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<constructorsynopsis>
13
13
<modifier>public</modifier> <methodname>GmagickPixel::__construct</methodname>
14
14
<methodparam choice="opt"><type>string</type><parameter>color</parameter></methodparam>
15
-
</methodsynopsis>
15
+
</constructorsynopsis>
16
16
<para>
17
-
Constructs an GmagickPixel object. If a color is specified, the object is constructed and then initialised with that color before being returned.
17
+
Constructs an <classname>GmagickPixel</classname> object. If a color is specified, the object is constructed and then initialised with that color before being returned.
18
18
</para>
19
19

20
-
21
-

22
20
</refsect1>
23
21

24
22
<refsect1 role="parameters">
...
...
@@ -37,14 +35,6 @@
37
35
</para>
38
36
</refsect1>
39
37

40
-
<refsect1 role="returnvalues">
41
-
&reftitle.returnvalues;
42
-
<para>
43
-
The GmagickPixel object on success.
44
-
</para>
45
-
</refsect1>
46
-

47
-

48
38
</refentry>
49
39

50
40
<!-- Keep this comment at the end of the file
51
41