mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added version information, param description and removed undocumented func entry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275703 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8a8cf433aa
commit
ac188dd940
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-setimagematte">
|
||||
<refnamediv>
|
||||
<refname>Imagick::setImageMatte</refname>
|
||||
|
@ -12,9 +12,10 @@
|
|||
<type>bool</type><methodname>Imagick::setImageMatte</methodname>
|
||||
<methodparam><type>bool</type><parameter>matte</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
Sets the image matte channel.
|
||||
Sets the image matte channel. This method is available if
|
||||
Imagick has been compiled against ImageMagick version 6.2.9 or newer.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -26,6 +27,7 @@
|
|||
<term><parameter>matte</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
True activates the matte channel and false disables it.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue