mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added parameter descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@243786 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c9eacc4927
commit
dee313e075
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-convolveimage">
|
||||
<refnamediv>
|
||||
<refname>Imagick::convolveImage</refname>
|
||||
|
@ -28,6 +28,7 @@
|
|||
<term><parameter>kernel</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The convolution kernel
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -35,6 +36,10 @@
|
|||
<term><parameter>channel</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue