imagecolorallocate

(PHP 4, PHP 5, PHP 7)

imagecolorallocateΪһ��ͼ�������ɫ

˵��

imagecolorallocate ( resource $image , int $red , int $green , int $blue ) : int

imagecolorallocate() ����һ����ʶ�����������ɸ����� RGB �ɷ���ɵ���ɫ��red��green �� blue �ֱ�������Ҫ����ɫ�ĺ죬�̣����ɷ֡���Щ������ 0 �� 255 ����������ʮ�����Ƶ� 0x00 �� 0xFF��imagecolorallocate() ���뱻�����Դ���ÿһ������ image �������ͼ���е���ɫ��

Note:

��һ�ζ� imagecolorallocate() �ĵ��û�����ڵ�ɫ���ͼ����䱳��ɫ������ imagecreate() ������ͼ��

Example #1 imagecolorallocate() ����

<?php
$im 
imagecreate('example.jpg'100100);
// ������Ϊ��ɫ
$background imagecolorallocate($im25500);
// �趨һЩ��ɫ
$white imagecolorallocate($im255255255);
$black imagecolorallocate($im000);
// ʮ�����Ʒ�ʽ
$white imagecolorallocate($im0xFF0xFF0xFF);
$black imagecolorallocate($im0x000x000x00);
?>

�������ʧ���򷵻� -1��

�μ� imagecolorallocatealpha() �� imagecolordeallocate()��