Added descriptions for the parameters.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241225 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mikko Koppanen 2007-08-14 12:52:49 +00:00
parent 112cdf8f73
commit 0e27541284

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-addnoiseimage">
<refnamediv>
<refname>Imagick::addNoiseImage</refname>
@ -28,7 +28,8 @@
<term><parameter>noise_type</parameter></term>
<listitem>
<para>
The type of the noise. Refer to this list of
<link linkend="imagick.constants.noise">noise constants</link>.
</para>
</listitem>
</varlistentry>
@ -36,7 +37,10 @@
<term><parameter>channel</parameter></term>
<listitem>
<para>
Its description
Provide any channel constant that is valid for your channel mode. To
apply to more than one channel, combine channeltype constants using
bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this
list of <link linkend="imagick.constants.channel">channel constants</link>.
</para>
</listitem>
</varlistentry>