reference/imagick/imagick/getimagechannelstatistics.xml
65c4446ab35754d2f3cd8abec11302650a150bf9
...
...
@@ -9,16 +9,21 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>Imagick::getImageChannelStatistics</methodname>
12
+
<modifier>public</modifier> <type>array</type><methodname>Imagick::getImageChannelStatistics</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
16
16
Returns statistics for each channel in the image. The statistics include
17
17
the channel depth, its minima and maxima, the mean, and the standard
18
-
deviation. You can access the red channel mean, for example, like this:
18
+
deviation.
19
19
</para>
20
20
</refsect1>
21
21

22
+
<refsect1 role="parameters">
23
+
&reftitle.parameters;
24
+
&no.function.parameters;
25
+
</refsect1>
26
+

22
27
<refsect1 role="returnvalues">
23
28
&reftitle.returnvalues;
24
29
<para>
25
30