mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix #71797: GmagickDraw::setfillcolor() accepts GmagickPixel, not only string
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339634 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3362425ad5
commit
bff94a2345
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>GmagickDraw</type><methodname>GmagickDraw::setfillcolor</methodname>
|
||||
<methodparam><type>string</type><parameter>color</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>color</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Sets the fill color to be used for drawing filled objects.
|
||||
|
@ -29,7 +29,7 @@
|
|||
<term><parameter>color</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
GmagickPixel indicating color to use for filling.
|
||||
<classname>GmagickPixel</classname> or <type>string</type> indicating color to use for filling.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
The GmagickDraw object on success
|
||||
The <classname>GmagickDraw</classname> object on success.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue