reference/gmagick/gmagick/getimagehistogram.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -14,7 +14,8 @@
14
14
<void />
15
15
</methodsynopsis>
16
16
<para>
17
-
Returns the image histogram as an array of GmagickPixel objects. Throw an GmagickException on error.
17
+
Returns the image histogram as an array of <classname>GmagickPixel</classname> objects.
18
+
Throw an <classname>GmagickException</classname> on error.
18
19
</para>
19
20

20
21
...
...
@@ -29,7 +30,7 @@
29
30
<refsect1 role="returnvalues">
30
31
&reftitle.returnvalues;
31
32
<para>
32
-
Returns the image histogram as an array of GmagickPixel objects.
33
+
Returns the image histogram as an array of <classname>GmagickPixel</classname> objects.
33
34
</para>
34
35
</refsect1>
35
36

36
37