Color must be present in the image (bug #21668)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164463 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-07-27 16:08:13 +00:00
parent 228db2359a
commit 8605f83d13
3 changed files with 15 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.imagecolorclosest">
<refnamediv>
@ -24,6 +24,10 @@
palette is calculated as if the <acronym>RGB</acronym> values
represented points in three-dimensional space.
</para>
<para>
If you created the image from a file, only colors used in the image are
resolved. Colors present only in the pallete are not resolved.
</para>
<para>
See also <function>imagecolorexact</function>.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.imagecolorexact">
<refnamediv>
@ -23,6 +23,10 @@
If the color does not exist in the image's palette, -1 is
returned.
</para>
<para>
If you created the image from a file, only colors used in the image are
resolved. Colors present only in the pallete are not resolved.
</para>
<para>
See also <function>imagecolorclosest</function>.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.imagecolorresolve">
<refnamediv>
@ -23,6 +23,10 @@
requested color, either the exact color or the closest possible
alternative.
</para>
<para>
If you created the image from a file, only colors used in the image are
resolved. Colors present only in the pallete are not resolved.
</para>
<para>
See also <function>imagecolorclosest</function>.
</para>