reference/imagick/imagickdraw/matte.xml
0f49e97eebd971ba0468bc1b7c6265fd457f60c8
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>bool</type><methodname>ImagickDraw::matte</methodname>
12
+
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::matte</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
-
PAINT_ constant
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>
...
...
@@ -60,13 +61,11 @@
60
61
</para>
61
62
</refsect1>
62
63

63
-

64
-

65
64
<refsect1 role="examples">
66
65
&reftitle.examples;
67
66
<para>
68
67
<example>
69
-
<title> <function>ImagickDraw::matte</function></title>
68
+
<title><function>ImagickDraw::matte</function> example</title>
70
69
<programlisting role="php">
71
70
<![CDATA[
72
71
<?php
73
72