reference/image/functions/imagegammacorrect.xml
593ea510e853ff034e03f78a4be0daa41661c9d4
...
...
@@ -9,9 +9,9 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>imagegammacorrect</methodname>
12
-
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
13
-
<methodparam><type>float</type><parameter>inputgamma</parameter></methodparam>
14
-
<methodparam><type>float</type><parameter>outputgamma</parameter></methodparam>
12
+
<methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
13
+
<methodparam><type>float</type><parameter>input_gamma</parameter></methodparam>
14
+
<methodparam><type>float</type><parameter>output_gamma</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Applies gamma correction to the given gd <parameter>image</parameter>
...
...
@@ -24,7 +24,7 @@
24
24
<variablelist>
25
25
&gd.image.description;
26
26
<varlistentry>
27
-
<term><parameter>inputgamma</parameter></term>
27
+
<term><parameter>input_gamma</parameter></term>
28
28
<listitem>
29
29
<para>
30
30
The input gamma.
...
...
@@ -32,7 +32,7 @@
32
32
</listitem>
33
33
</varlistentry>
34
34
<varlistentry>
35
-
<term><parameter>outputgamma</parameter></term>
35
+
<term><parameter>output_gamma</parameter></term>
36
36
<listitem>
37
37
<para>
38
38
The output gamma.
...
...
@@ -48,6 +48,24 @@
48
48
&return.success;
49
49
</para>
50
50
</refsect1>
51
+

52
+
<refsect1 role="changelog">
53
+
&reftitle.changelog;
54
+
<informaltable>
55
+
<tgroup cols="2">
56
+
<thead>
57
+
<row>
58
+
<entry>&Version;</entry>
59
+
<entry>&Description;</entry>
60
+
</row>
61
+
</thead>
62
+
<tbody>
63
+
&gd.changelog.image-param;
64
+
</tbody>
65
+
</tgroup>
66
+
</informaltable>
67
+
</refsect1>
68
+

51
69
<refsect1 role="examples">
52
70
&reftitle.examples;
53
71
<para>
...
...
@@ -72,7 +90,6 @@ imagedestroy($im);
72
90
</para>
73
91
</refsect1>
74
92
</refentry>
75
-

76
93
<!-- Keep this comment at the end of the file
77
94
Local variables:
78
95
mode: sgml
79
96