reference/image/functions/imagecolordeallocate.xml
593ea510e853ff034e03f78a4be0daa41661c9d4
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>imagecolordeallocate</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>color</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -40,6 +40,24 @@
40
40
&return.success;
41
41
</para>
42
42
</refsect1>
43
+

44
+
<refsect1 role="changelog">
45
+
&reftitle.changelog;
46
+
<informaltable>
47
+
<tgroup cols="2">
48
+
<thead>
49
+
<row>
50
+
<entry>&Version;</entry>
51
+
<entry>&Description;</entry>
52
+
</row>
53
+
</thead>
54
+
<tbody>
55
+
&gd.changelog.image-param;
56
+
</tbody>
57
+
</tgroup>
58
+
</informaltable>
59
+
</refsect1>
60
+

43
61
<refsect1 role="examples">
44
62
&reftitle.examples;
45
63
<para>
...
...
@@ -58,15 +76,12 @@ imagecolordeallocate($im, $white);
58
76
</refsect1>
59
77
<refsect1 role="seealso">
60
78
&reftitle.seealso;
61
-
<para>
62
-
<simplelist>
63
-
<member><function>imagecolorallocate</function></member>
64
-
<member><function>imagecolorallocatealpha</function></member>
65
-
</simplelist>
66
-
</para>
79
+
<simplelist>
80
+
<member><function>imagecolorallocate</function></member>
81
+
<member><function>imagecolorallocatealpha</function></member>
82
+
</simplelist>
67
83
</refsect1>
68
84
</refentry>
69
-

70
85
<!-- Keep this comment at the end of the file
71
86
Local variables:
72
87
mode: sgml
73
88