reference/imagick/imagickpixel/setcolorvaluequantum.xml
1ef9c7a76700b3e72844050d75e6ed1b870f9ca7
...
...
@@ -4,16 +4,15 @@
4
4
<refentry xml:id="imagickpixel.setcolorvaluequantum" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>ImagickPixel::setColorValueQuantum</refname>
7
-
<refpurpose>Description</refpurpose>
7
+
<refpurpose>Sets the quantum value of a color element of the ImagickPixel</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<modifier>public</modifier> <type>void</type><methodname>ImagickPixel::setColorValueQuantum</methodname>
14
-
13
+
<modifier>public</modifier> <type>bool</type><methodname>ImagickPixel::setColorValueQuantum</methodname>
15
14
<methodparam><type>int</type><parameter>color</parameter></methodparam>
16
-
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
15
+
<methodparam><type class="union"><type>int</type><type>float</type></type><parameter>value</parameter></methodparam>
17
16
</methodsynopsis>
18
17
<para>
19
18
Sets the quantum value of a color element of the ImagickPixel.
...
...
@@ -51,7 +50,7 @@
51
50
<refsect1 role="returnvalues">
52
51
&reftitle.returnvalues;
53
52
<para>
54
-
53
+
&imagick.return.success;
55
54
</para>
56
55
</refsect1>
57
56

58
57