reference/image/functions/imagefill.xml
593ea510e853ff034e03f78a4be0daa41661c9d4
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>imagefill</methodname>
12
-
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
12
+
<methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
13
13
<methodparam><type>int</type><parameter>x</parameter></methodparam>
14
14
<methodparam><type>int</type><parameter>y</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>color</parameter></methodparam>
...
...
@@ -45,8 +45,7 @@
45
45
<term><parameter>color</parameter></term>
46
46
<listitem>
47
47
<para>
48
-
The fill color. A color identifier created with
49
-
<function>imagecolorallocate</function>.
48
+
The fill color. &gd.identifier.color;
50
49
</para>
51
50
</listitem>
52
51
</varlistentry>
...
...
@@ -59,6 +58,24 @@
59
58
&return.success;
60
59
</para>
61
60
</refsect1>
61
+

62
+
<refsect1 role="changelog">
63
+
&reftitle.changelog;
64
+
<informaltable>
65
+
<tgroup cols="2">
66
+
<thead>
67
+
<row>
68
+
<entry>&Version;</entry>
69
+
<entry>&Description;</entry>
70
+
</row>
71
+
</thead>
72
+
<tbody>
73
+
&gd.changelog.image-param;
74
+
</tbody>
75
+
</tgroup>
76
+
</informaltable>
77
+
</refsect1>
78
+

62
79
<refsect1 role="examples">
63
80
&reftitle.examples;
64
81
<para>
...
...
@@ -92,14 +109,11 @@ imagedestroy($im);
92
109
</refsect1>
93
110
<refsect1 role="seealso">
94
111
&reftitle.seealso;
95
-
<para>
96
-
<simplelist>
97
-
<member><function>imagecolorallocate</function></member>
98
-
</simplelist>
99
-
</para>
112
+
<simplelist>
113
+
<member><function>imagecolorallocate</function></member>
114
+
</simplelist>
100
115
</refsect1>
101
116
</refentry>
102
-

103
117
<!-- Keep this comment at the end of the file
104
118
Local variables:
105
119
mode: sgml
106
120