reference/imagick/imagickdraw/color.xml
0f49e97eebd971ba0468bc1b7c6265fd457f60c8
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>bool</type><methodname>ImagickDraw::color</methodname>
12
+
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::color</methodname>
13
13
<methodparam><type>float</type><parameter>x</parameter></methodparam>
14
14
<methodparam><type>float</type><parameter>y</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>paintMethod</parameter></methodparam>
...
...
@@ -45,7 +45,8 @@
45
45
<term><parameter>paintMethod</parameter></term>
46
46
<listitem>
47
47
<para>
48
-
one of the PAINT_ constants
48
+
One of the <link linkend="imagick.constants.paint">PAINT</link> constant
49
+
(<literal>imagick::PAINT_*</literal>).
49
50
</para>
50
51
</listitem>
51
52
</varlistentry>
52
53