[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc /en/reference/image/functions imagecolorclosesthwb.xml
From:       "Kalle Sommer Nielsen" <kalle () php ! net>
Date:       2008-05-30 0:43:03
Message-ID: cvskalle1212108183 () cvsserver
[Download RAW message or body]

kalle		Fri May 30 00:43:03 2008 UTC

  Modified files:              
    /phpdoc/en/reference/image/functions	imagecolorclosesthwb.xml 
  Log:
  Documented imagecolorclosesthwb
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/functions/imagecolorclosesthwb.xml?r1=1.6&r2=1.7&diff_format=u
                
Index: phpdoc/en/reference/image/functions/imagecolorclosesthwb.xml
diff -u phpdoc/en/reference/image/functions/imagecolorclosesthwb.xml:1.6 \
                phpdoc/en/reference/image/functions/imagecolorclosesthwb.xml:1.7
--- phpdoc/en/reference/image/functions/imagecolorclosesthwb.xml:1.6	Wed Jun 20 \
                22:24:38 2007
+++ phpdoc/en/reference/image/functions/imagecolorclosesthwb.xml	Fri May 30 00:43:03 \
2008 @@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry xml:id='function.imagecolorclosesthwb' \
xmlns="http://docbook.org/ns/docbook">  <refnamediv>
   <refname>imagecolorclosesthwb</refname>
-  <refpurpose>Get the index of the color which has the hue, white and blackness \
nearest to the given color</refpurpose> +  <refpurpose>Get the index of the color \
which has the hue, white and blackness</refpurpose>  </refnamediv>
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
@@ -14,8 +15,12 @@
    <methodparam><type>int</type><parameter>green</parameter></methodparam>
    <methodparam><type>int</type><parameter>blue</parameter></methodparam>
   </methodsynopsis>
-  &warn.undocumented.func;
+  <para>
+   Get the index of the color which has the hue, 
+   white and blacknessnearest the given color.
+  </para>
  </refsect1>
+
  <refsect1 role="parameters">
   &reftitle.parameters;
   <para>
@@ -48,6 +53,45 @@
    </variablelist>
   </para>
  </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   Returns an integer with the index of the color which has 
+   the hue, white and blackness nearest the given color.
+  </para>
+ </refsect1>
+
+ <refsect1 role="examples">
+  &reftitle.examples;
+  <para>
+   <example>
+    <title>Example of using <function>imagecolorclosesthwb</function></title>
+    <programlisting role="php">
+<![CDATA[
+<?php
+$im = imagecreatefromgif('php.gif');
+
+echo 'HWB: ' . imagecolorclosesthwb($im, 116, 115, 152);
+
+imagedestroy($im);
+?>
+]]>
+    </programlisting>
+    &example.outputs.similar;
+    <screen>
+<![CDATA[
+HWB: 33
+]]>
+    </screen>
+   </example>
+  </para>
+ </refsect1>
+
+ <refsect1 role="notes">
+  &reftitle.notes;
+  &note.no-windows;
+ </refsect1>
 </refentry>
 
 <!-- Keep this comment at the end of the file



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic