mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix parameter color description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227508 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a84c3483f8
commit
90bbf3c0ba
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.cpdf-setrgbcolor-fill">
|
||||
<refnamediv>
|
||||
<refname>cpdf_setrgbcolor_fill</refname>
|
||||
|
@ -27,7 +27,7 @@
|
|||
<term><parameter>red_value</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The red value, as a float between 0.0 (black) and 1.0 (white)
|
||||
The red value, as a float between 0.0 (black) and 1.0 (red)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<term><parameter>green_value</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The green value, as a float between 0.0 (black) and 1.0 (white)
|
||||
The green value, as a float between 0.0 (black) and 1.0 (green)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -43,7 +43,7 @@
|
|||
<term><parameter>blue_value</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The blue value, as a float between 0.0 (black) and 1.0 (white)
|
||||
The blue value, as a float between 0.0 (black) and 1.0 (blue)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue