Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.imagecolorexact.html
Дата изменения: Sun Feb 3 22:41:12 2002
Дата индексирования: Mon Oct 1 22:40:24 2012
Кодировка:
ImageColorExact

ImageColorExact

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

ImageColorExact -- Get the index of the specified color

Description

int imagecolorexact ( int im, int red, int green, int blue)

Returns the index of the specified color in the palette of the image.

If the color does not exist in the image's palette, -1 is returned.

See also imagecolorclosest().