samesch         Thu Jan 18 18:28:32 2007 UTC

  Modified files:              
    /phpdoc/en/reference/cpdf/functions cpdf-setrgbcolor-stroke.xml 
                                        cpdf-setrgbcolor.xml 
  Log:
  fix parameter color description
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml
diff -u phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml:1.6 
phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml:1.7
--- phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml:1.6  Thu Jan 
11 00:17:19 2007
+++ phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml      Thu Jan 
18 18:28:32 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.cpdf-setrgbcolor-stroke">
  <refnamediv>
   <refname>cpdf_setrgbcolor_stroke</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>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml
diff -u phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml:1.6 
phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml:1.7
--- phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml:1.6 Thu Jan 11 
00:17:19 2007
+++ phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml     Thu Jan 18 
18:28:32 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.cpdf-setrgbcolor">
  <refnamediv>
   <refname>cpdf_setrgbcolor</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>

Reply via email to