reference/gmagick/gmagickpixel/getcolor.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -11,15 +11,12 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<modifier>public</modifier> <type>mixed</type><methodname>GmagickPixel::getcolor</methodname>
14
-
<methodparam choice="opt"><type>bool</type><parameter>as_array</parameter><initializer>false</initializer></methodparam>
15
-
<methodparam choice="opt"><type>bool</type><parameter>normalize_array</parameter><initializer>false</initializer></methodparam>
14
+
<methodparam choice="opt"><type>bool</type><parameter>as_array</parameter><initializer>&false;</initializer></methodparam>
15
+
<methodparam choice="opt"><type>bool</type><parameter>normalize_array</parameter><initializer>&false;</initializer></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
-
Returns the color described by the GmagickPixel object, as a <type>string</type> or an <type>array</type>. If the color has an opacity channel set, this is provided as a fourth value in the list.
18
+
Returns the color described by the <classname>GmagickPixel</classname> object, as a <type>string</type> or an <type>array</type>. If the color has an opacity channel set, this is provided as a fourth value in the list.
19
19
</para>
20
-

21
-
22
-

23
20
</refsect1>
24
21

25
22
<refsect1 role="parameters">
26
23