reference/image/functions/imageistruecolor.xml
593ea510e853ff034e03f78a4be0daa41661c9d4
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>imageistruecolor</methodname>
12
-
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
12
+
<methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
<function>imageistruecolor</function> finds whether the image
...
...
@@ -31,6 +31,24 @@
31
31
otherwise.
32
32
</para>
33
33
</refsect1>
34
+

35
+
<refsect1 role="changelog">
36
+
&reftitle.changelog;
37
+
<informaltable>
38
+
<tgroup cols="2">
39
+
<thead>
40
+
<row>
41
+
<entry>&Version;</entry>
42
+
<entry>&Description;</entry>
43
+
</row>
44
+
</thead>
45
+
<tbody>
46
+
&gd.changelog.image-param;
47
+
</tbody>
48
+
</tgroup>
49
+
</informaltable>
50
+
</refsect1>
51
+

34
52
<refsect1 role="examples">
35
53
&reftitle.examples;
36
54
<para>
...
...
@@ -67,15 +85,12 @@ if(!imageistruecolor($im))
67
85

68
86
<refsect1 role="seealso">
69
87
&reftitle.seealso;
70
-
<para>
71
-
<simplelist>
72
-
<member><function>imagecreatetruecolor</function></member>
73
-
<member><function>imagepalettetotruecolor</function></member>
74
-
</simplelist>
75
-
</para>
88
+
<simplelist>
89
+
<member><function>imagecreatetruecolor</function></member>
90
+
<member><function>imagepalettetotruecolor</function></member>
91
+
</simplelist>
76
92
</refsect1>
77
93
</refentry>
78
-

79
94
<!-- Keep this comment at the end of the file
80
95
Local variables:
81
96
mode: sgml
82
97