mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
228db2359a
commit
8605f83d13
3 changed files with 15 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue