reference/image/functions/imagecolorexactalpha.xml
593ea510e853ff034e03f78a4be0daa41661c9d4
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>int</type><methodname>imagecolorexactalpha</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>red</parameter></methodparam>
14
14
<methodparam><type>int</type><parameter>green</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>blue</parameter></methodparam>
...
...
@@ -65,6 +65,24 @@
65
65
image, or -1 if the color does not exist in the image's palette.
66
66
</para>
67
67
</refsect1>
68
+

69
+
<refsect1 role="changelog">
70
+
&reftitle.changelog;
71
+
<informaltable>
72
+
<tgroup cols="2">
73
+
<thead>
74
+
<row>
75
+
<entry>&Version;</entry>
76
+
<entry>&Description;</entry>
77
+
</row>
78
+
</thead>
79
+
<tbody>
80
+
&gd.changelog.image-param;
81
+
</tbody>
82
+
</tgroup>
83
+
</informaltable>
84
+
</refsect1>
85
+

68
86
<refsect1 role="examples">
69
87
&reftitle.examples;
70
88
<example>
...
...
@@ -103,20 +121,14 @@ Array
103
121
</screen>
104
122
</example>
105
123
</refsect1>
106
-
<refsect1 role="notes">
107
-
&reftitle.notes;
108
-
&note.gd.2;
109
-
</refsect1>
124
+

110
125
<refsect1 role="seealso">
111
126
&reftitle.seealso;
112
-
<para>
113
-
<simplelist>
114
-
<member><function>imagecolorclosestalpha</function></member>
115
-
</simplelist>
116
-
</para>
127
+
<simplelist>
128
+
<member><function>imagecolorclosestalpha</function></member>
129
+
</simplelist>
117
130
</refsect1>
118
131
</refentry>
119
-

120
132
<!-- Keep this comment at the end of the file
121
133
Local variables:
122
134
mode: sgml
123
135